-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 918 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
{
"name": "alvarcarto-cartocss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npm run build && chokidar \"styles/**/*.mss\" \"styles/**/*.mml\" -c \"npm run build\"",
"bash": "docker-compose run cartocss bash -c 'bash --rcfile <(echo \"source ~/.bashrc; nvm use 10\")'",
"build": "./tools/build.sh",
"test": "echo \"Test with alvarcarto-render-snapshot\""
},
"author": "",
"license": "ISC",
"dependencies": {
"chroma-js": "^2.1.0",
"lodash": "^4.15.0",
"mustache": "^4.0.1",
"strip-indent": "^3.0.0"
},
"devDependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"asciichart": "^1.5.15",
"bezier-easing": "^2.1.0",
"blink-diff": "^1.0.13",
"bluebird": "^3.7.2",
"carto": "^1.2.0",
"chokidar-cli": "^1.2.0",
"pretty-bytes": "^5.3.0",
"request-promise": "^4.2.5",
"sharp": "^0.25.2"
}
}