-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"author": "Renato de Pontes Pereira",
"name": "behavior3editor",
"version": "0.3.0",
"homepage": "http://behavior3.com",
"license": "MIT",
"bugs": "https://github.com/behavior3/behavior3editor/issues",
"repository": "github:behavior3/behavior3editor",
"scripts": {
"postinstall": "bower i",
"build": "npm install && gulp build",
"deploy-web": "npm run build && gh-pages -d build",
"release": "gulp electron"
},
"devDependencies": {
"bower": "^1.8.8",
"electron-packager": "^14.1.1",
"electron": "^7.1.3",
"gh-pages": "^2.1.1",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.2.0",
"gulp-foreach": "^0.1.0",
"gulp-jshint": "~1.11.2",
"gulp-less": "~3.0.3",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-replace": "~0.5.4",
"gulp-uglify": "~1.4.1",
"gulp-zip": "^3.0.2",
"jshint-stylish": "~2.0.1",
"merge-stream": "~1.0.0",
"rimraf": "^2.4.3"
},
"dependencies": {}
}