-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
40 lines (40 loc) · 972 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
33
34
35
36
37
38
39
40
{
"name": "vtree",
"version": "0.3.0",
"description": "display json data in a tree diagram.",
"main": "build/vtree.js",
"scripts": {
"test": "karma start",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivan111/vtree.git"
},
"keywords": [
"json",
"tree"
],
"author": "ivan111",
"license": "Apache License Version 2",
"bugs": {
"url": "https://github.com/ivan111/vtree/issues"
},
"homepage": "https://github.com/ivan111/vtree#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"eslint": "^3.17.1",
"eslint-loader": "^1.6.3",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"webpack": "^2.2.1"
}
}