forked from revolunet/node-sellsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1018 Bytes
/
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
{
"name": "node-sellsy",
"version": "1.5.3",
"description": "Node Sellsy API wrapper",
"license": "MIT",
"repository": "revolunet/node-sellsy",
"author": {
"name": "Julien Bouquillon",
"email": "[email protected]",
"url": "http://github.com/revolunet"
},
"files": [
"dist",
"examples"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "find ./spec -iname '*.spec.js' -exec ./node_modules/.bin/babel-node {} \\; | ./node_modules/.bin/tap-spec",
"build": "babel -d ./dist ./src"
},
"main": "dist/index.js",
"keywords": [
"node",
"babel",
"test",
"tape"
],
"dependencies": {
"oauth": "0.9.13"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.12.1",
"eslint-config-airbnb": "^13.0.0",
"mockery": "^1.7.0",
"sinon": "^1.17.7",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}