forked from feedhenry/fh-template-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 931 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
{
"name": "template-config",
"version": "4.3.3",
"description": "FeedHenry Template Applications",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/feedhenry/fh-template-apps.git"
},
"author": "FeedHenry",
"license": "Copyright (c) 2015 FeedHenry Ltd, All Rights Reserved.",
"bugs": {
"url": "https://github.com/feedhenry/fh-template-apps/issues"
},
"homepage": "https://github.com/feedhenry/fh-template-apps",
"engines": {
"node": "4.4"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-curl": "^2.2.0",
"grunt-git": "^0.3.4",
"underscore": "^1.8.3"
}
}