forked from Geovation/GeoSpockWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.71 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
63
64
65
66
67
68
69
70
71
{
"name": "geospockweb",
"preferGlobal": true,
"analyze": false,
"version": "0.1.0",
"author": {
"name": "Sebastian Ovide",
"email": "[email protected]"
},
"main": "main.js",
"description": "GeoSpock Web Library",
"repository": {
"type": "git",
"url": "[email protected]:Geovation/GeoSpockWeb.git"
},
"keywords": [
"sdk",
"geospock",
"api",
"javascript"
],
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-help": "^1.6.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.0",
"gulp-json-editor": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.2",
"gulp-size": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-wait": "0.0.2",
"jasmine-ajax": "^3.1.1",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.7",
"js-yaml": "^3.3.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-html-reporter": "^0.2.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-ajax": "^0.1.12",
"karma-junit-reporter": "^0.2.2",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"run-sequence": "^1.1.1",
"xml2js": "^0.4.9",
"yargs": "^3.15.0"
},
"engines": {
"node": "~0.12",
"npm": "2.11.2"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"console-browserify": "^1.1.0",
"rest": "^1.3.1",
"when": "^3.7.3"
}
}