forked from Sage-Bionetworks/synapseDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 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
{
"name": "documentation",
"version": "1.0.0",
"dependencies": {
"accum": "0.3.6",
"alt": "0.15.4",
"browserify": "^16.2.3",
"cheerio": "^0.22.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"jscs": "^3.0.7",
"lodash": "^4.17.11",
"lunr": "0.5.11",
"minimatch": "^3.0.2",
"ramda": "0.13.0",
"react": "0.13.1",
"react-tools": "0.13.1",
"reactify": "1.1.0",
"superagent": "3.7.0",
"through2": "0.6.3",
"uglify-js": "2.6.0"
},
"scripts": {
"lint": "eslint ./js",
"test": "jscs ./js"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"escope": "3.3.0",
"eslint": "^5.9.0"
},
"repository": "github:Sage-Bionetworks/synapseDocs",
"license": "SEE LICENSE IN <README.md>"
}