-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 963 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 963 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
{
"name": "react-entity",
"version": "1.3.4",
"description": "Create entities base on React propTypes",
"main": "lib/ReactEntity.js",
"scripts": {
"test": "node spec/jasmine-runner",
"coverage": "babel-istanbul cover 'spec/jasmine-runner.js' -x '**/spec/**' && open ./coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/scup/react-entity"
},
"keywords": [
"Javascript",
"Entities",
"React",
"Entities"
],
"author": "Scup",
"license": "MIT",
"bugs": {
"url": "https://github.com/scup/react-entity/issues"
},
"homepage": "https://github.com/scup/react-entity",
"dependencies": {
"babel": "^5.8.23",
"babel-core": "^6.3.15",
"babel-istanbul": "^0.5.9",
"lodash": "^4.6.1"
},
"devDependencies": {
"faker": "^3.0.1",
"jasmine": "^2.3.2",
"jasmine-spec-reporter": "^2.4.0",
"react": "^0.14.3",
"sinon": "^1.17.2"
}
}