-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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": "quitting-coffee-script",
"version": "0.0.0",
"private": true,
"devDependencies": {
"coffeelint": "^1.16.0",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"generator-reveal": "^1.0.0",
"grunt": "^1.0.0",
"grunt-build-control": "^0.7.1",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-sass": "^2.0.0",
"husky": "^0.14.3",
"lint-staged": "^4.2.3",
"load-grunt-tasks": "^3.5.2",
"yo": "^2.0.0"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "[email protected]:sudowork/wafflejs-quitting-coffeescript.git"
},
"scripts": {
"start": "grunt",
"slide": "gen(){ yo reveal:slide \"$@\" --markdown; };gen",
"deploy": "grunt deploy",
"lint": "eslint",
"lint:all": "eslint .",
"test": "grunt test",
"precommit": "lint-staged",
"prepush": "npm run test"
}
}