-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "gw2map",
"version": "0.0.1",
"description": "",
"devDependencies": {
"eslint": "^2.2.0",
"jspm": "^0.16.23",
"karma": "^0.13.19",
"karma-jspm": "^2.0.2",
"karma-junit-reporter": "^0.3.8",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4"
},
"jspm": {
"dependencies": {
"immutable": "npm:immutable@^3.7.6",
"ol3-layerswither": "github:walkermatt/ol3-layerswitcher@^1.1.0",
"qwest": "npm:qwest@^4.0.0",
"rainbowvis.js": "npm:rainbowvis.js@^1.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"chai": "npm:chai@^3.5.0",
"chai-as-promised": "npm:chai-as-promised@^5.2.0",
"chai-immutable": "npm:chai-immutable@^1.5.3",
"core-js": "npm:core-js@^1.1.4",
"mocha": "npm:mocha@^2.4.5",
"sinon": "npm:sinon@^1.17.3",
"sinon-chai": "npm:sinon-chai@^2.8.0"
}
}
}