-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "akermap",
"version": "0.0.1",
"description": "The AKER map",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo build tested",
"start": "node index.js",
"postinstall": "bower install && grunt build"
},
"author": "Joscha Feth <[email protected]>",
"license": "MIT",
"devDependencies": {
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"angular-modal": "^0.5.0",
"angular-webpack-plugin": "0.0.3",
"bower": "^1.3.12",
"compression": "^1.4.3",
"css-loader": "^0.9.1",
"exports-loader": "^0.6.2",
"express": "^4.12.3",
"file-loader": "^0.8.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-webpack": "^1.0.8",
"html-loader": "^0.2.3",
"imports-loader": "^0.6.3",
"json-loader": "^0.5.1",
"less": "^2.4.0",
"less-loader": "^2.2.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"ngtemplate-loader": "^1.3.0",
"normalize.css": "^3.0.2",
"raw-loader": "^0.5.1",
"script-loader": "^0.6.1",
"serve-static": "^1.9.2",
"style-loader": "^0.9.0",
"url-loader": "^0.5.5",
"webpack": "^1.7.3"
},
"repository": {
"type": "git",
"url": "git://github.com/AKERKits/akermap.git"
},
"engines": {
"node": "0.12.x"
}
}