forked from CartoDB/grainstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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": "grainstore",
"version": "1.6.4",
"main": "./lib/grainstore/index.js",
"description": "Stores map styles and generates postgis friendly MML & XML for Mapnik",
"keywords": [
"cartodb"
],
"url": "https://github.com/CartoDB/grainstore",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/grainstore.git"
},
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
"contributors": [
"Simon Tokumine <si@tinypla.net>",
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"carto": "0.16.3",
"debug": "~3.1.0",
"generic-pool": "~2.2.0",
"millstone": "https://github.com/BHare1985/millstone/tarball/v0.6.17-hare",
"postcss": "~5.2.8",
"postcss-scss": "0.4.0",
"postcss-strip-inline-comments": "0.1.5",
"semver": "~5.0.3",
"underscore": "~1.6.0"
},
"devDependencies": {
"libxmljs": "~0.18.0",
"mocha": "~3.4.1",
"step": "~0.0.5"
},
"scripts": {
"test": "mocha -R dot -u tdd -t 1000 test/*.js"
},
"engines": {
"node": ">=0.10"
}
}