-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
54
55
{
"name": "ember-watson",
"version": "0.9.2",
"description": "A young Ember Doctor to help you fix your code.",
"main": "index.js",
"scripts": {
"test": "mocha tests/**/*-test.js",
"ci": "mocha tests/**/*-test.js",
"watch:docs": "docpress s",
"deploy:docs": "docpress b && git-update-ghpages abuiles/ember-watson _docpress",
"release": "standard-version"
},
"bin": {
"ember-watson": "./bin/ember-watson"
},
"keywords": [
"ember-addon"
],
"author": "Adolfo Builes",
"license": "MIT",
"dependencies": {
"babel-core": "^5.8.22",
"chalk": "^1.0.0",
"commander": "^2.6.0",
"exists-sync": "0.0.3",
"inflected": "^1.1.6",
"recast": "^0.10.29",
"walk-sync": "^0.1.3",
"ember-k-codemod": "^0.1.7"
},
"devDependencies": {
"chai": "^3.2.0",
"docpress": "^0.7.6",
"esprima-ast-equality": "0.0.4",
"git-update-ghpages": "^1.3.0",
"mocha": "^6.2.0",
"mocha-jshint": "0.0.9",
"proxyquire": "^1.5.0",
"standard-version": "^7.0.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/abuiles/ember-watson.git"
},
"bugs": {
"url": "https://github.com/abuiles/ember-watson/issues"
},
"homepage": "https://github.com/abuiles/ember-watson",
"ember-addon": {
"main": "ember-addon.js"
}
}