-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.62 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.62 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dejs",
"version": "0.5.21",
"description": "A collection of utility libraries used by other DataEye JS projects.",
"repository": {
"type": "git",
"url": "git+https://github.com/DataEye/dejs.git"
},
"keywords": [
"dataeye",
"utils",
"react"
],
"scripts": {
"build": "gulp",
"cover": "cat coverage/*/lcov.info | codecov",
"prepare": "npm install react lodash highcharts superagent superagent-mocker numeral immutable",
"test": "karma start karma.conf.js"
},
"files": [
"lib"
],
"author": "simonxu",
"license": "BSD-3-Clause",
"installable": true,
"peerDependencies": {
"react": ">=0.14.0",
"lodash": "4.x",
"superagent": "*",
"superagent-mocker": "*",
"numeral": "*",
"immutable": "*"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"codecov.io": "0.1.6",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-react": "^3.8.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"react-addons-test-utils": "0.14.x"
},
"bugs": {
"url": "https://github.com/DataEye/dejs/issues"
},
"homepage": "https://github.com/DataEye/dejs#readme",
"main": "index.js",
"prepublish": [
"build"
]
}