-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (35 loc) · 800 Bytes
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": "wevo",
"description": "Wevo Site",
"private": true,
"version": "0.0.1",
"engines": {
"node": ">= 0.12.0"
},
"author": {
"name": "b:dreizehn GmbH",
"email": "info@b13.de",
"url": "http://b13.de/"
},
"dependencies": {
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"bower": "~1.5.3",
"cssnano": "^3.3.1",
"grunt": "~0.4.5",
"grunt-cli": "0.1.13",
"grunt-bower-just-install": "0.0.3",
"grunt-bower-requirejs": "~2.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-npm-install": "^0.2.0",
"grunt-postcss": "^0.6.0",
"grunt-webfont": "^1.4.0",
"pixrem": "^3.0.0"
}
}