-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 821 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 821 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": "react-github-activity",
"version": "1.0.2",
"description": "Github Activity React component",
"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": "Piotr Romanowski",
"homepage": "",
"license": "MIT",
"repository": "https://github.com/piotrromanowski/react-github-activity",
"keywords": [
"react",
"react-component",
"github",
"activity"
]
}