-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 942 Bytes
/
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": "SH-MEDIA-basic-main",
"version": "0.0.2",
"author": "Patrick Wolleb <[email protected]",
"description": "Web app template for Node.js with Backbone/Require frontend for deployment on Heroku",
"repository": {
"type": "git",
"url": "https://github.com/SHMEDIALIMITED/web-app-basic.git"
},
"bugs": {
"url": "https://github.com/SHMEDIALIMITED/web-app-basic/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/SHMEDIALIMITED/web-app-basic/LICENSE-MIT"
}
],
"keywords": [
"webapp",
"template",
"heroku",
"backbone",
"require",
"optimised"
],
"dependencies": {
"grunt" : "0.4.0",
"almond": "0.2.3",
"grunt-contrib-copy": "0.3.2",
"grunt-contrib": "0.3.0",
"grunt-css": "0.3.2",
"grunt-exec": "0.3.0",
"grunt-image-embed": "0.1.3"
},
"engines": {
"node": "0.8.14",
"npm": "1.1.65"
}
}