-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "ass-client",
"version": "2.2.0",
"description": "Aptoma Smooth Storage client",
"main": "index.js",
"scripts": {
"test": "jshint test/ index.js && istanbul test --include-all-sources _mocha -- -u exports -R spec test/*.test.js test/**/*.test.js",
"ci": "gulp test && npm test --coverage && istanbul report cobertura",
"release": "npm test && release-it -n -i patch",
"release:minor": "npm test && release-it -n -i minor",
"release:major": "npm test && release-it -n -i major"
},
"repository": {
"type": "git",
"url": "https://github.com/aptoma/ass-client-node.git"
},
"keywords": [
"aptoma",
"smooth-storage"
],
"author": "Martin Jonsson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aptoma/ass-client-node/issues"
},
"homepage": "https://github.com/aptoma/ass-client-node",
"dependencies": {
"qs": "^6.4.0",
"request-prom": "^3.0.0"
},
"devDependencies": {
"browserify": "^12.0.0",
"chai": "^3.4.0",
"es6-promise": "^3.0.2",
"gulp": "^3.9.0",
"gulp-uglify": "^1.4.2",
"istanbul": "^0.3.2",
"jshint": "^2.8.0",
"karma": "^0.13.14",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^1.21.4",
"nock": "^13.3.0",
"phantomjs": "^1.9.18",
"readable-stream": "^2.0.3",
"release-it": "^15.10.1",
"sinon-browser-only": "^1.12.1",
"through": "^2.3.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"whatwg-fetch": "github/fetch",
"xtend": "^4.0.0"
}
}