-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 826 Bytes
/
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
{
"name": "fasttap-react-components",
"version": "0.1.0",
"description": "Fast Tap Game React components",
"main": "lib/index.js",
"files": [
"css",
"es6",
"lib",
"umd"
],
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test",
"test:watch": "nwb test --server"
},
"dependencies": {},
"peerDependencies": {
"react": "0.14.x"
},
"devDependencies": {
"classnames": "^2.2.3",
"nwb": "0.8.x",
"react": "0.14.x",
"react-addons-test-utils": "^0.14.8",
"react-dom": "0.14.x",
"react-shallow-testutils": "^1.0.0"
},
"author": "Vinícius Borriello <[email protected]>",
"homepage": "vinicius.borriello.com.br",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}