-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 927 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 927 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
{
"name": "refuse",
"version": "1.0.0",
"description": "A set of Components that can be shared between React and React-Native",
"main": "react.js",
"scripts": {
"test": "mochify --transform babelify --reporter spec ./test.js",
"install": "install.js"
},
"repository": {
"type": "git",
"url": "git://github.com/observing/refuse.git"
},
"keywords": [
"React",
"Reactjs",
"React-Native",
"Native",
"Component",
"Components",
"Elements",
"Reactive",
"Shared"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/observing/refuse/issues"
},
"homepage": "https://github.com/observing/refuse#readme",
"devDependencies": {
"assume": "~1.4.1",
"babelify": "~7.3.0",
"mochify": "~2.18.1",
"pre-commit": "1.1.x",
"react": "~15.4.0"
},
"dependencies": {
"find-package-json": "1.0.x"
}
}