forked from ziad-saab/react-checkbox-group
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "react-checkbox-group",
"version": "4.0.2",
"description": "Sensible checkbox groups manipulation for DOM.",
"main": "react-checkbox-group.js",
"scripts": {
"test": "mocha --require babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch",
"prepublish": "babel ./react-checkbox-group.jsx --out-file ./react-checkbox-group.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ziad-saab/react-checkbox-group.git"
},
"keywords": [
"facebook",
"react",
"checkbox",
"group",
"dom",
"input",
"react-component"
],
"author": "Ziad Saab <ziad.saab@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ziad-saab/react-checkbox-group/issues"
},
"homepage": "https://github.com/ziad-saab/react-checkbox-group",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.1.18",
"chai": "^4.1.2",
"jsdom": "^11.3.0",
"mocha": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}