forked from pythonph/pythonph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "pythonph",
"version": "0.0.0",
"description": "python.ph site",
"scripts": {
"watch-jobs": "watchify jobs/static/jobs/js/src/main.js -o jobs/static/jobs/js/dist/main.js -v",
"build-jobs": "browserify jobs/static/jobs/js/src/main.js -o jobs/static/jobs/js/dist/main.js",
"start": "npm run watch-jobs & bin/localmanage runserver $PORT"
},
"repository": {
"type": "git",
"url": "https://github.com/pythonph/pythonph.git"
},
"author": "pythonph",
"license": "MIT",
"bugs": {
"url": "https://github.com/pythonph/pythonph/issues"
},
"homepage": "https://github.com/pythonph/pythonph",
"devDependencies": {
"browserify": "^8.0.3",
"watchify": "^2.2.1"
},
"dependencies": {
"babelify": "^6.0.2",
"browserify": "^10.1.0",
"classnames": "^2.1.2",
"marked": "^0.3.3",
"react": "^0.12.2",
"superagent": "^0.21.0",
"velocity-animate": "^1.2.1",
"watchify": "^3.2.1"
},
"browserify": {
"transform": [
"babelify"
]
}
}