-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.08 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": "python-on-rails",
"version": "1.0.0",
"description": "",
"dependencies": {},
"devDependencies": {
"bower": "^1.7.7",
"broccoli": "^0.16.9",
"broccoli-bower": "^0.2.1",
"broccoli-env": "0.0.1",
"broccoli-es6-concatenator": "^0.1.11",
"broccoli-merge-trees": "^0.1.1",
"broccoli-uglify-js": "^0.1.3",
"del": "^1.0.0",
"gulp": "^3.8.11",
"gulp-bower": "0.0.13",
"gulp-cli": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglifyjs": "^0.6.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.0.2"
},
"scripts": {
"postinstall": "bower install",
"deploy": "./node_modules/gulp-cli/bin/gulp.js deploy",
"start": "./node_modules/gulp-cli/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pythonsd/python-on-rails.git"
},
"author": "",
"bugs": {
"url": "https://github.com/pythonsd/python-on-rails/issues"
},
"homepage": "https://pythononrails.us"
}