-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "excel2map",
"version": "0.0.1",
"description": "Excel2Map tool",
"main": "app.js",
"start": "node server.js",
"author": {
"name": "Rinze Bruining",
"email": "rinze.bruining@tno.nl"
},
"repository": {
"type": "git",
"url": "https://github.com/TNOCS/excel2map"
},
"license": "MIT",
"dependencies": {
"basic-auth": "^1.0.3",
"csweb": "^0.2.16-rc1",
"opn": "^4.0.1",
"pg": "^4.4.3",
"winston": "^2.1.0"
},
"devDependencies": {
"chokidar": "^1.2.0",
"coveralls": "^2.11.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-concat": "~2.4.1",
"gulp-concat-css": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-debug": "^2.1.2",
"gulp-exec": "^2.1.1",
"gulp-gh-pages": "^0.5.2",
"gulp-install": "~0.6.0",
"gulp-plumber": "^0.6.6",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-tsconfig-files": "~0.1.2",
"gulp-tsd": "0.0.4",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.1.4"
},
"bugs": {
"url": "https://github.com/TNOCS/excel2map/issues"
},
"homepage": "https://github.com/TNOCS/excel2map"
}