-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
49
50
51
52
53
{
"name": "hal-rc",
"description": "*hints-and-lints rc*",
"keywords": [
"gulp",
"beverage",
"gulpfriendly",
"linting",
"sourcecode",
"style",
"templates",
"bestpractices",
"eslint",
"coffeelint",
"configuration",
"rules",
"jscs",
"jshint"
],
"version": "0.0.8",
"publish": true,
"repository": {
"type": "git",
"url": "git@github.com:gulpsome/hal-rc.git"
},
"main": "index.js",
"dependencies": {
"airbnb-style": "airbnb/javascript",
"be-goods": "0.0.6",
"hal-coffeescript-style-guide": "0.2.0",
"is-there": "^4.1.0",
"jscs": "2.5.x",
"ramda": "^0.18.0",
"source-map-support": "^0.3.3",
"sourcegate": "^0.1.4",
"strip-json-comments": "^1.0.4"
},
"devDependencies": {
"beverage": "0.0.5-1",
"chai": "^3.4.1",
"coffee-inline-map": "^0.8.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-npm-test": "0.0.3",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3"
},
"scripts": {
"build": "node_modules/.bin/coffee-inline-map -b -o index.js index.coffee",
"test": "node_modules/.bin/mocha"
},
"license": "Unlicense"
}