-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "nano-ajsfs",
"version": "1.0.2",
"description": "A minimal mock(in-memory) file system module for my projects (like nano-mill)",
"main": "ajsfs.js",
"scripts": {
"test": "mocha --reporter spec -u tdd",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot -u tdd",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot -u tdd"
},
"dependencies": {
"nano-promise": "1"
},
"devDependencies": {
"core-assert": "0",
"clone": "1",
"nano-timer": "1",
"nano-promise": "1",
"nano-json": "1",
"mocha": "2",
"colors": "0",
"istanbul": "0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holixus/nano-ajsfs.git"
},
"keywords": [ "nano", "ajsfs" ],
"author": "Vladimir Antonov <me@holix.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Holixus/nano-ajsfs/issues"
},
"homepage": "https://github.com/Holixus/nano-ajsfs#readme"
}