-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jsig",
"version": "0.2.10",
"description": "",
"main": "index.js",
"author": "",
"repository": "git://github.com/Raynos/jsig.git",
"bugs": {
"url": "https://github.com/Raynos/jsig/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Raynos/jsig/raw/master/LICENSE"
}
],
"scripts": {
"check": "node ./bin/jsig.js .",
"lint": "eslint --ignore-path .gitignore . && npm run check",
"test": "npm run lint && node test/index.js && bash scripts/check_files.sh",
"cover": "istanbul cover --report html --print detail test/index.js",
"view-cover": "istanbul report html && opn ./coverage/index.html"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.1.0",
"codemirror": "^5.20.0",
"difflet": "1.0.1",
"eslint": "^1.8.0",
"eslint-config-perf-standard": "2.1.1",
"eslint-plugin-jsig": "^1.1.3",
"eslint-plugin-perf-standard": "^1.0.2",
"eslint_d": "^2.5.1",
"indexhtmlify": "^1.3.1",
"istanbul": "^0.4.3",
"json-diff": "0.3.1",
"multiline": "^1.0.2",
"opn": "^1.0.0",
"tape": "^4.4.0",
"tape-cluster": "^2.1.2"
},
"bin": {
"jsig": "./bin/jsig.js"
},
"license": "ISC",
"dependencies": {
"error": "^7.0.2",
"esprima": "^2.7.1",
"minimist": "^1.2.0",
"parsimmon": "^0.9.1",
"resolve": "^1.1.7",
"term-color": "^1.0.1",
"universal-copy": "2.0.0",
"uuid": "^2.0.3",
"xtend": "^4.0.1"
}
}