forked from mzabriskie/react-disqus-thread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
{
"name": "react-disqus-comments",
"version": "0.5.2",
"description": "React Disqus thread component",
"main": "build/main.js",
"scripts": {
"test": "rackt test --single-run --browsers Firefox",
"start": "rackt server",
"build": "rm -rf build && babel -d build --ignore DisqusThread-test.js lib"
},
"repository": {
"type": "git",
"url": "https://github.com/theplatapi/react-disqus-thread"
},
"keywords": [
"disqus",
"react",
"react-component"
],
"license": "MIT",
"homepage": "https://github.com/theplatapi/react-disqus-thread",
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"rackt-cli": "^0.5.3",
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}