-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 909 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
36
37
38
39
{
"name": "babel-jscs",
"version": "3.0.0-beta1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jscs-dev/babel-jscs.git"
},
"dependencies": {
"acorn-to-esprima": "^2.0.2",
"babel-traverse": "^6.2.0",
"babel-types": "^6.3.0",
"babylon": "^6.3.0",
"lodash.assign": "^3.2.0"
},
"scripts": {
"test": "mocha",
"lint": "./node_modules/.bin/jscs test index.js",
"travis": "npm test && npm run lint"
},
"author": "Henry Zhu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jscs-dev/babel-jscs/issues"
},
"keywords": [
"babel-jscs",
"babel",
"jscs"
],
"homepage": "https://github.com/jscs-dev/babel-jscs",
"devDependencies": {
"jscs": "^2.6.0",
"esprima": "^2.7.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"mocha": "^2.3.4"
}
}