-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gsc",
"description": "Geosmartcity Client Side Javascript Library",
"version": "0.1.9",
"homepage": "https://github.com/GeoSmartCity-CIP/gsc-client",
"author": "GSC partners",
"repository": {
"type": "git",
"url": "git+https://github.com/GeoSmartCity-CIP/gsc-client.git"
},
"bugs": {
"url": "https://github.com/GeoSmartCity-CIP/gsc-client/issues"
},
"license": "EUPL-1.1",
"licenses": [
{
"type": "EUPL-1.1",
"url": "https://github.com/GeoSmartCity-CIP/gsc-client/blob/master/LICENSE"
}
],
"main": "dist/gsc.js",
"browser": "dist/gsc.js",
"style": [
"dist/gsc.css"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt jasmine"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.3.0",
"grunt-jsdoc": "^1.0.0",
"ink-docstrap": "^1.1.4",
"load-grunt-tasks": "^3.5.2"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^3.1.0",
"openlayers": "^3.13.0",
"x-editable": "^1.5.1"
},
"keywords": [],
"directories": {
"doc": "doc"
},
"files": [
"dist"
]
}