forked from parakeety/coffeelint-prefer-english-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "coffeelint-prefer-english-operator",
"version": "0.1.0",
"description": "A custom coffeelint rule to prefer english style operators",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/*.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/parakeety/coffeelint-prefer-english-operator.git"
},
"keywords": [
"coffeelint",
"lint",
"coffeelintrule",
"english-operator"
],
"author": "Yohei Okada <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/parakeety/coffeelint-prefer-english-operator/issues"
},
"homepage": "https://github.com/parakeety/coffeelint-prefer-english-operator",
"peerDependencies": {
"coffeelint": ">=1.5.1"
},
"devDependencies": {
"coffee-script": "~1.7.0",
"coffeelint": "1.5.1",
"mocha": "1.9.0",
"mocha-phantomjs": "2.0.1",
"chai": "1.6.0",
"gulp": "3.6.2",
"gulp-coffee": "^1.4.3",
"gulp-mocha": "^0.4.1",
"gulp-mocha-phantomjs": "^0.2.2",
"gulp-bump": "^0.1.8"
}
}