-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "projections",
"repository": "https://github.com/michalc/projections/",
"license": "GPL-3.0",
"dependencies": {},
"scripts": {
"test": "gulp lint && ./node_modules/.bin/karma start"
},
"devDependencies": {
"browserify": "latest",
"browserify-istanbul": "latest",
"chai": "latest",
"clean-css": "latest",
"eslint": "latest",
"geojson-stream": "latest",
"gulp": "latest",
"gulp-buffer": "latest",
"gulp-changed": "latest",
"gulp-download-stream": "latest",
"gulp-rev": "latest",
"gulp-unzip": "github:michalc/gulp-unzip#fix-vinyl",
"handlebars": "latest",
"karma": "latest",
"karma-browserify": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-mocha": "latest",
"karma-sinon-chai": "latest",
"lodash": "latest",
"mapnik": "latest",
"merge2": "latest",
"mocha": "latest",
"normalize.css": "latest",
"sinon": "latest",
"sinon-chai": "latest",
"stream-to-promise": "latest",
"tinyify": "latest",
"vinyl-source-stream": "latest"
},
"eslintConfig": {}
}