-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 Bytes
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
36
37
38
{
"name": "skrin",
"version": "1.0.2",
"description": "",
"main": "lib/Skrin.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint .",
"test": "mocha",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
"coverage": "nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html",
"preversion": "npm test"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"coveralls": "2.11.11",
"eslint": "3.1.1",
"eslint-config-onelint": "1.1.0",
"gettemporaryfilepath": "0.0.1",
"mocha": "2.5.3",
"nyc": "7.0.0",
"sinon": "1.17.4",
"unexpected": "10.15.0",
"unexpected-sinon": "10.2.1"
},
"dependencies": {
"bluebird": "3.4.1",
"chokidar": "1.6.0",
"debug": "2.2.0",
"lodash": "4.13.1",
"mkdirp": "0.5.1",
"node-uuid": "1.4.7",
"rimraf": "^2.5.4"
}
}