forked from lnshi/zipkin-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 Bytes
/
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
{
"name": "zipkin-js",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"lerna": "2.0.0-beta.38"
},
"scripts": {
"lint": "eslint packages",
"test": "mocha --require babel-register",
"lerna-clean": "lerna clean",
"lerna-build": "lerna run build",
"lerna-bootstrap": "lerna bootstrap --hoist",
"lerna-publish": "lerna publish --force-publish *"
},
"author": "OpenZipkin <openzipkin.alt@gmail.com>",
"repository": "https://github.com/openzipkin/zipkin-js",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"eslint": "^2.10.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.1",
"lolex": "^1.5.1",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
}
}