-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "@runnable/orion",
"version": "1.6.0",
"description": "Orion, the huntstman, in charge of tracking down big game, in this case big customers.",
"main": "index.js",
"dependencies": {
"101": "^1.5.0",
"bluebird": "^3.3.5",
"intercom-client": "^2.8.7",
"keypather": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"code": "^3.0.1",
"in-publish": "^2.0.0",
"jsdoc": "^3.4.0",
"lab": "^10.3.2",
"sinon": "^1.17.3",
"standard": "^7.0.1"
},
"scripts": {
"build": "babel --out-dir . lib",
"prepublish": "not-in-install && npm run generatedoc && npm run build || in-install",
"generatedoc": "jsdoc lib/* -d doc/",
"doc": "npm run generatedoc; open -a 'Google Chrome' doc/index.html",
"lint": "standard --verbose",
"unit": "lab -v -c -a code",
"test": "npm run lint && npm run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runnable/orion.git"
},
"keywords": [
"intercom"
],
"author": "Ryan Kahn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Runnable/orion/issues"
},
"homepage": "https://github.com/Runnable/orion#readme",
"private": false
}