forked from geoadmin/mf-geoadmin3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
37
38
39
40
41
{
"name": "geoadmin3",
"version": "3.0.0",
"description": "GeoAdmin 3 Application",
"_scripts": {
"test": "node test/selenium/tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/geoadmin/mf-geoadmin3"
},
"author": "Swisstopo",
"readmeFileName": "README.md",
"dependencies": {
"angular": "1.4.8",
"angular-translate": "2.8.1",
"localforage": "1.2.3",
"jquery": "2.2.0",
"jquery-ajax-transport-xdomainrequest": "1.0.4",
"d3": "3.5.12",
"fastclick": "1.0.6",
"bootstrap": "3.3.6",
"slipjs": "1.4.0"
},
"devDependencies": {
"less": "~2.6.1",
"less-plugin-clean-css": "~1.5.1",
"ng-annotate": "1.2.1",
"google-closure-compiler": "20151216.1.0",
"google-closure-library": "20151216.0.0",
"phantomjs-prebuilt": "2.1.3",
"karma": "~0.13.22",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-coverage": "~v0.5.5",
"sinon": "1.17.3",
"expect.js": "0.3.1",
"commander": "2.9.0",
"angular-mocks": "1.4.8"
}
}