-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "academy",
"version": "1.0.0",
"description": "WikiPathways Academy",
"main": "upload-target-init.js",
"scripts": {
"build": "browserify javascripts/upload-target-init.js -t [ babelify --presets [ es2015 react ] ] -t brfs -t deglobalify -t uglifyify --debug -o javascripts/upload-target.js",
"start": "budo test/budo-init.js --serve javascripts/upload-target.js --live --open -- -t [ babelify --presets [ es2015 react ] ] -t brfs -t deglobalify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikipathways/academy.git"
},
"author": "WikiPathways team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wikipathways/academy/issues"
},
"homepage": "https://github.com/wikipathways/academy#readme",
"dependencies": {
"file-dragger": "^1.0.1",
"lodash": "^4.15.0",
"npm-run-all": "^3.1.0",
"xml-query": "^1.3.2",
"xml-reader": "^2.1.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^13.1.0",
"budo": "^9.0.0",
"deglobalify": "^0.2.0",
"global": "^4.3.0",
"uglifyify": "^3.0.2"
}
}