-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 841 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
{
"name": "adonia-megakonzert-checkin",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/esdominikb/adonia-megakonzert-checkin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/esdominikb/adonia-megakonzert-checkin/issues"
},
"homepage": "https://github.com/esdominikb/adonia-megakonzert-checkin#readme",
"devDependencies": {
"express": "^4.13.4",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-newer": "^1.2.0",
"grunt-wiredep": "^3.0.1",
"load-grunt-tasks": "^3.5.0",
"serve-index": "^1.7.3"
}
}