-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 970 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Otaniemi3D",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/AaltoAsia/Otaniemi3D"
},
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"del": "^1.2.1",
"event-stream": "3.3.1 - 3.3.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-inject": "^1.5.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"main-bower-files": "^2.9.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
}
}