UNPKG

1.09 kBJSONView Raw
1{
2 "name": "hadron-compile-cache",
3 "description": "Hadron Compile Cache",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": "https://github.com/mongodb-js/hadron-compile-cache/issues",
6 "homepage": "https://github.com/mongodb-js/hadron-compile-cache",
7 "version": "0.0.5",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/mongodb-js/hadron-compile-cache.git"
11 },
12 "license": "Apache-2.0",
13 "keywords": [
14 "mongodb-js"
15 ],
16 "scripts": {
17 "ci": "npm run check && npm test",
18 "test": "mocha --recursive",
19 "fmt": "mongodb-js-fmt ./*.js ./test/*.js",
20 "check": "mongodb-js-precommit"
21 },
22 "precommit": [
23 "check"
24 ],
25 "dependencies": {
26 "@lukekarrys/jade-runtime": "^1.11.1",
27 "babel-core": "^6.7.6",
28 "babel-preset-react": "^6.5.0",
29 "debug": "^2.2.0",
30 "fs-plus": "^2.8.2",
31 "jade": "^1.11.0"
32 },
33 "devDependencies": {
34 "chai": "^3.4.1",
35 "eslint-config-mongodb-js": "^1.0.6",
36 "mocha": "^2.3.4",
37 "mongodb-js-fmt": "^0.0.3",
38 "mongodb-js-precommit": "^0.2.8",
39 "pre-commit": "^1.1.2"
40 }
41}