-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.15 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
39
40
41
42
43
44
45
46
47
48
{
"name": "halfred",
"version": "1.1.0",
"description": "parses JSON HAL resources (Hypertext Application Language)",
"main": "halfred.js",
"repository": "git://github.com/traverson/halfred.git",
"keywords": [
"HAL",
"REST",
"JSON"
],
"author": "Bastian Krol <bastian.krol@web.de>",
"license": "MIT",
"scripts": {
"test": "grunt",
"build": "grunt build",
"prepack": "run-s build"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"commitlint-config-traverson": "^1.0.1",
"cz-conventional-changelog": "^2.1.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"husky": "^1.0.0-rc.13",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.2.0",
"npm-run-all": "4.1.5"
},
"greenkeeper": {
"ignore": [
"load-grunt-tasks"
]
}
}