-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "bootic",
"version": "0.2.1",
"description": "Javascript client for the Bootic API",
"bin": {
"bootic_console": "bin/console.js"
},
"scripts": {
"build": "node_modules/.bin/rollup -c",
"test": "node_modules/.bin/mocha test"
},
"author": "Tomás Pollak <[email protected]>",
"license": "MPL",
"dependencies": {
"client-oauth2": "^4.1.0",
"colour": "^0.7.1",
"debug": "^2.6.9",
"esprima": "^4.0.0",
"inquirer": "^3.3.0",
"lodash": "^4.17.5",
"node-fetch-polyfill": "^2.0.6",
"optimist": "^0.6.1",
"repl.history": "^0.1.4",
"repl.js": "^2.3.7",
"reply": "^0.5.0",
"rollup": "^2.21.0",
"setlist": "^0.2.3",
"uri-templates": "^0.2.0"
},
"devDependencies": {
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^4.0.0",
"mocha": "^3.4.2",
"should": "^11.2.1",
"sinon": "^4.3.0"
}
}