-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
34 lines (34 loc) · 1.1 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
{
"name": "template-config",
"version": "7.0.3",
"description": "FeedHenry Template Applications",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "sed -i.bak \"s/sonar.projectVersion=.*/sonar.projectVersion=${npm_package_version}/\" sonar-project.properties && rm sonar-project.properties.bak && git add sonar-project.properties"
},
"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": "^1.4.3",
"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"
}
}