forked from mapillary/traffico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 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
30
31
32
33
34
35
{
"name": "traffico",
"version": "0.1.26",
"description": "Traffic signs packaged in a font",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/mapillary/traffico"
},
"author": "Kamil Nikel",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapillary/traffico/issues"
},
"homepage": "https://github.com/mapillary/traffico",
"devDependencies": {
"event-stream": "3.3.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cson": "0.3.1",
"gulp-sass": "2.1.0",
"gulp-shell": "^0.5.1",
"gulp-watch": "^4.3.5",
"gulp-zip": "3.0.2",
"standard": "^5.4.1"
},
"scripts": {
"build": "gulp build",
"check": "gulp check",
"clean": "gulp clean",
"lint": "gulp lint",
"pngs": "gulp pngs",
"watch": "gulp watch"
}
}