-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "arcticweb",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "[email protected]:maritime-web/ArcticWeb.git"
},
"license": "Apache-2.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-usemin": "~3.0.0",
"grunt-connect-proxy": "~0.2.0",
"grunt-cdnify": "~0.1.1",
"grunt-text-replace": "~0.4.0",
"path": "~0.4.9",
"karma": "1.7.1",
"grunt-karma": "2.0.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-matchers": "latest",
"karma-chrome-launcher": "~0.1.8",
"karma-firefox-launcher": "~0.1.6",
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.31",
"colors": "1.1.2",
"grunt-appcache": "~0.1.8",
"jasmine-core": "latest",
"jasmine-matchers": "latest"
}
}