forked from behavior3/behavior3editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 839 Bytes
/
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
{
"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",
"devDependencies": {
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.33.8",
"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": {}
}