-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 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
56
57
58
59
60
61
62
{
"name": "abigail-plugin-launch",
"description": "abigail launch plugin",
"version": "0.1.2",
"main": "lib",
"files": [
"lib"
],
"scripts": {
"start": "mocha --watch",
"test": "mocha",
"lint": "eslint src test",
"cover": "abby cover:*",
"cover:test": "nyc --reporter=lcov --reporter=text mocha",
"cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
"build": "abby \"babel -V && babel src --out-dir lib\" --env",
"postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
},
"dependencies": {
"bluebird": "^3.3.4",
"npm-run-script": "^0.0.4"
},
"devDependencies": {
"abigail": "^1.7.1",
"abigail-plugin": "^0.1.2",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-bluebird": "^0.1.1",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.7.2",
"carrack": "^0.3.0",
"codeclimate-test-reporter": "^0.3.1",
"conventional-github-releaser": "^1.1.1",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"lodash.flattendeep": "^4.1.0",
"mocha": "^2.4.5",
"mocha.parallel": "^0.12.0",
"npm-statement": "^0.0.0",
"nyc": "^6.1.1",
"power-assert": "^1.3.1",
"sinon": "^1.17.3"
},
"repository": {
"type": "git",
"url": "https://github.com/abigailjs/abigail-plugin-launch.git"
},
"keywords": [
"abigail-plugin"
],
"author": "59naga <[email protected]> (http://berabou.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abigailjs/abigail-plugin-launch/issues"
},
"homepage": "https://github.com/abigailjs/abigail-plugin-launch#readme"
}