forked from piotrromanowski/react-github-activity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 877 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
39
40
41
42
{
"name": "react-github-activity-mobile",
"version": "1.2.3",
"description": "Github Activity React component for mobile",
"main": "lib/index.js",
"jsnext:main": "es6/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": {
"moment": "^2.13.0"
},
"peerDependencies": {
"react": "0.14.x"
},
"devDependencies": {
"nwb": "0.9.x",
"react": "0.14.x",
"react-dom": "0.14.x"
},
"author": "David P. Lopez",
"homepage": "https://www.davidplopez.com",
"license": "MIT",
"repository": "https://github.com/lopezdp/react-github-activity-mobile",
"keywords": [
"react",
"react-component",
"github",
"activity",
"mobile"
]
}