-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 916 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
{
"name": "gulp-react-render",
"version": "2.0.1",
"description": "gulp plugin for react components rendering in existing markup",
"main": "index.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexMost/gulp-react-render.git"
},
"keywords": [
"gulp",
"react",
"prerender"
],
"author": "Alexander Mostovenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexMost/gulp-react-render/issues"
},
"homepage": "https://github.com/AlexMost/gulp-react-render",
"devDependencies": {
"coffee-script": "^1.9.0",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-nodeunit": "0.0.5",
"nodeunit": "^0.9.0"
},
"dependencies": {
"cheerio": "^0.20.0",
"gutil": "^1.6.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"through2": "^2.0.1"
}
}