-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.09 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
35
36
37
38
39
40
{
"name": "oui-react-utils",
"version": "0.1.0-beta",
"description": "React Utils of OneUI",
"main": "index.js",
"keywords": [
"OneUI",
"React"
],
"repository": {
"type": "git",
"url": "https://github.com/oneuijs/oneui-react-utils.git"
},
"author": "oneui group",
"bugs": {
"url": "https://github.com/oneuijs/oneui-react-utils/issues"
},
"homepage": "https://github.com/oneuijs/oneui-react-utils",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel/register --recursive",
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover --report html --report text node_modules/.bin/_mocha",
"lint": "./node_modules/.bin/eslint src test"
},
"license": "MIT",
"dependencies": {
"react": "^0.14.2"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"chai": "^3.4.1",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"isparta": "^4.0.0",
"mocha": "^2.3.4"
}
}