-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "react-business-rules-ui",
"version": "1.0.0",
"description": "A React library for building out the logic and UI for business rules.",
"main": "lib/index.js",
"author": "Alex Kurihara",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/akurihara/react-business-rules-ui.git"
},
"scripts": {
"build": "grunt browserify",
"test": "mocha --compilers js:babel-register"
},
"dependencies": {
"classnames": "^2.2.1",
"lodash": "^4.3.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.4.3",
"babelify": "^7.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-react": "^3.16.1",
"expect": "^1.14.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"jsdom": "^8.0.2",
"mocha": "^2.4.5",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"sinon": "^1.17.3"
}
}