-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 859 Bytes
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
{
"name": "heretic",
"version": "0.3.0",
"main": "dist/Heretic.js",
"dependencies": {
"amqplib": "^0.4.0",
"bluebird": "^2.10.2",
"joi": "^6.9.1"
},
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.3",
"eslint": "^1.7.3",
"eslint-config-helioslabs": "^1.1.0",
"eslint-plugin-cah": "^0.2.0",
"eslint-plugin-react": "^3.6.3"
},
"scripts": {
"test": "eslint .",
"prepublish": "rm -r dist || true; babel src/ --modules common --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjyoungblood/heretic.git"
},
"author": "Ben Youngblood <bx.youngblood@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjyoungblood/heretic/issues"
},
"homepage": "https://github.com/bjyoungblood/heretic#readme",
"description": ""
}