forked from mzabriskie/react-disqus-thread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 803 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
{
"name": "react-disqus-thread",
"version": "0.4.0",
"description": "React Disqus thread component",
"main": "lib/main.js",
"scripts": {
"test": "rackt test --single-run --browsers Firefox",
"start": "rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/mzabriskie/react-disqus-thread"
},
"keywords": [
"disqus",
"react",
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzabriskie/react-disqus-thread/issues"
},
"homepage": "https://github.com/mzabriskie/react-disqus-thread",
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"rackt-cli": "^0.5.3",
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}