-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 887 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": "awm-styles",
"version": "2.0.0",
"description": "Canadian Arctic CartoCSS map style",
"main": "server.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoSensorWebLab/awm-styles.git"
},
"author": "James Badger",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GeoSensorWebLab/awm-styles/issues"
},
"homepage": "https://github.com/GeoSensorWebLab/awm-styles#readme",
"devDependencies": {
"pryjs": "^1.0.3"
},
"dependencies": {
"compressing": "^1.5.0",
"glob": "^7.1.6",
"got": "^9.6.0",
"kosmtik": "git+https://github.com/kosmtik/kosmtik.git#bd6b7e5d06aa03dd5483e530548d60b1efc4051d",
"pug": "^2.0.4",
"rimraf": "^2.7.1",
"tmp": "^0.1.0"
},
"engines": {
"npm": "*"
}
}