forked from feedhenry/fh-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
35
36
37
38
{
"name": "fh-config",
"version": "1.1.0",
"description": "A node module to manage configuration files for FH modules",
"main": "./index.js",
"scripts": {
"test": "grunt test",
"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" : "[email protected]:feedhenry/fh-config.git"
},
"bugs": {
"url": "https://github.com/feedhenry/fh-config/issues"
},
"author": "Feedhenry",
"dependencies": {
"async": "^0.9.0",
"bunyan": "^1.1.3",
"dateformat": "^1.0.8",
"underscore": "^1.8.3",
"winston": "^0.8.1"
},
"devDependencies": {
"eslint": "^2.7.0",
"grunt": "^1.0.1",
"grunt-env": "^0.4.2",
"grunt-fh-build": "^1.0.1",
"grunt-shell": "^1.1.1",
"istanbul": "^0.4.3",
"load-grunt-tasks": "^3.5.0",
"mocha": "3.1.2",
"sinon": "^1.10.3",
"time-grunt": "^1.0.0"
},
"license": "Apache-2.0"
}