-
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) · 1014 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1014 Bytes
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-iz",
"version": "0.0.0",
"description": "A react validation component that works with Iz.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/karma --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/sourcescript/react-iz.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/sourcescript/react-iz/issues"
},
"dependencies": {
"iz": "~0.7.1",
"react": "~0.13.1"
},
"peerDependencies": {
"iz": "~0.7.1",
"react": "~0.13.1"
},
"devDependencies": {
"babel-core": "^5.1.10",
"babel-loader": "^5.0.0",
"chai": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "~1.5.0",
"mocha": "^2.2.4",
"phantomjs-polyfill": "0.0.1",
"sinon": "^1.14.1",
"webpack": "^1.8.5"
}
}