forked from zhoushineyoung/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 785 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 785 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
{
"name": "documentation",
"version": "1.0.0",
"dependencies": {
"accum": "0.3.6",
"alt": "0.15.4",
"browserify": "11.0.0",
"cheerio": "0.19.0",
"esprima-fb": "15001.1.0-dev-harmony-fb",
"jscs": "1.13.1",
"lunr": "0.5.11",
"ramda": "0.13.0",
"react": "0.13.1",
"react-tools": "0.13.1",
"reactify": "1.1.0",
"superagent": "1.2.0",
"through2": "0.6.3",
"uglify-js": "2.4.20"
},
"scripts": {
"build_search": "node ./_site/js/search/build_scripts/index_builder.js",
"lint": "eslint ./js",
"test": "jscs ./js"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"devDependencies": {
"babel-eslint": "4.1.6",
"escope": "3.3.0",
"eslint": "1.10.3",
"precommit-hook": "1.0.7"
}
}