forked from ember-template-lint/ember-template-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "ember-template-lint",
"version": "0.5.15",
"description": "Lint your templates.",
"scripts": {
"test": "mocha",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"homepage": "https://github.com/rwjblue/ember-template-lint",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rwjblue/ember-template-lint.git"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "Robert Jackson <[email protected]>",
"license": "MIT",
"devDependencies": {
"assert-diff": "^1.0.1",
"eslint-plugin-node": "^2.0.0",
"espower-loader": "^1.0.0",
"glob": "^7.0.0",
"loader.js": "^4.0.1",
"mocha": "^3.0.0",
"mocha-eslint": "^2.0.2",
"mocha-only-detector": "^0.1.0",
"power-assert": "^1.3.1",
"rimraf": "^2.5.2",
"testem": "^1.7.0"
},
"keywords": [],
"dependencies": {
"chalk": "^1.1.3",
"exists-sync": "0.0.3",
"htmlbars": "0.14.24",
"lodash": "^4.11.1"
},
"bugs": {
"url": "https://github.com/rwjblue/ember-template-lint/issues"
},
"main": "lib/index.js"
}