forked from DigixGlobal/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "@digix/tempo",
"version": "0.2.0",
"description": "Testing tool: Time management over RPC",
"main": "lib/index.js",
"scripts": {
"dev": "node_modules/.bin/mocha --watch --compilers js:babel-register",
"test": "node_modules/.bin/mocha --compilers js:babel-register",
"compile": "rm -rf lib/* && ./node_modules/.bin/babel src -d lib",
"prepublish": "npm run compile"
},
"license": "MIT",
"author": "Chris Hitchcott <hitchcott@gmail.com> (http://hitchcott.com)",
"repository": {
"type": "git",
"url": "https://github.com/DigixGlobal/tempo.git"
},
"homepage": "https://github.com/DigixGlobal/tempo",
"devDependencies": {
"async-while": "^1.1.0",
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"ethereumjs-testrpc": "^3.0.0",
"mocha": "^3.1.2"
}
}