forked from ziad-saab/react-checkbox-group
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@lahzenegar/react-checkbox-group",
"author": {
"name": "Lahzenegar",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Lahzenegar/react-checkbox-group/issues"
},
"dependencies": {
"prop-types": "^15.0.0"
},
"description": "A fork from https://github.com/ziad-saab/react-checkbox-group, modified and customized for Lahzenegar.",
"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": "^3.5.0",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1"
},
"homepage": "https://github.com/Lahzenegar/react-checkbox-group",
"keywords": [
"react",
"checkbox",
"group",
"tag",
"input",
"chips",
"lahzenegar"
],
"license": "MIT",
"main": "react-checkbox-group.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Lahzenegar/react-checkbox-group.git"
},
"scripts": {
"prepublish": "babel ./react-checkbox-group.jsx --out-file ./react-checkbox-group.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch"
},
"version": "1.0.1"
}