-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "s4a",
"description": "SDI4Apps Client Side Javascript Library",
"version": "1.0.0",
"homepage": "https://github.com/SDI4Apps/s4a.js",
"author": {
"name": "SDI4Apps Partnership",
"email": "[email protected]",
"url": "http://www.sdi4apps.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/SDI4Apps/s4a.js.git"
},
"bugs": {
"url": "https://github.com/SDI4Apps/s4a.js/issues"
},
"license": "Apache-2.0",
"main": "src/s4a",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"dc": "^1.7.5",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-jscs": "^2.3.0",
"grunt-jsdoc": "^1.0.0",
"ink-docstrap": "^1.1.4",
"jquery.1": "^1.0.0"
},
"keywords": [],
"dependencies": {
"openlayers": "^3.12.1"
}
}