-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
41
42
{
"name": "indoormap",
"version": "0.0.1",
"description": "Indoor map of Chateau Neuf",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"three": "~0.66.2",
"libxml-to-js": "~0.3.11"
},
"devDependencies": {
"express": "latest",
"morgan": "^1.1.1",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-bower-files": "latest",
"gulp-cache": "latest",
"gulp-clean": "latest",
"gulp-csso": "latest",
"gulp-filter": "latest",
"gulp-flatten": "latest",
"gulp-imagemin": "latest",
"gulp-jshint": "latest",
"gulp-livereload": "latest",
"gulp-load-plugins": "latest",
"gulp-ruby-sass": "latest",
"gulp-size": "latest",
"gulp-uglify": "latest",
"gulp-useref": "latest",
"jshint-stylish": "latest",
"opn": "latest",
"wiredep": "latest",
"gulp-plumber": "latest",
"gulp-sass": "latest",
"gulp-util": "latest",
"gulp-concat": "latest"
}
}