-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "do-not-merge-wip-for-github",
"version": "3.0.1",
"author": {
"name": "sanemat",
"email": "ogataken@gmail.com",
"url": "http://sane.jp"
},
"devDependencies": {
"conventional-changelog-cli": "^3.0.0",
"grunt": "^1.6.1",
"grunt-chrome-manifest": "^0.3.0",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-open": "~0.2.4",
"grunt-svgmin": "^7.0.0",
"load-grunt-tasks": "^5.1.0",
"serve-static": "^1.15.0",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=0.8.0"
},
"license": "MIT",
"repository": "sanemat/do-not-merge-wip-for-github",
"scripts": {
"build": "grunt build",
"changelog": "conventional-changelog -i CHANGELOG.md --same-file --preset angular --context .conventional-changelog.context.js",
"git:tag": "git tag v${npm_package_version}",
"test": "grunt"
}
}