forked from tbusser/node-jscc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 794 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": "jscc-node",
"version": "0.0.0",
"description": "Node.js version of the JavaScript Compatibility Checker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"compatibility",
"jscc"
],
"author": "Thijs Busser <[email protected]> (http://jscc.info/)",
"license": "ISC",
"devDependencies": {
"commander": "^2.5.0",
"exit": "^0.1.2",
"glob": "^4.0.6",
"minimist": "^1.1.0",
"supports-color": "^1.2.0",
"vow": "^0.4.6",
"vow-fs": "^0.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tbusser/node-jscc"
},
"bugs": {
"url": "https://github.com/tbusser/node-jscc/issues"
},
"bin": {
"jscc": "./bin/jscc.js"
}
}