-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
42 lines (42 loc) · 1022 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
36
37
38
39
40
41
42
{
"name": "calcite-maps",
"version": "0.9.0",
"description": "Web map app design framework",
"main": "\"\"",
"dependencies": {
"grunt-cli": "^0.1.13",
"npm": "^6.4.1"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"matchdep": "^1.0.0",
"node-sass": "^3.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alaframboise/calcite-maps.git"
},
"keywords": [
"Map",
"App",
"Web",
"Framework",
"Bootstrap"
],
"author": "Allan Laframboise",
"license": "Apache2",
"bugs": {
"url": "https://github.com/alaframboise/calcite-maps/issues"
},
"homepage": "https://github.com/alaframboise/calcite-maps#readme"
}