-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 KB
/
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
43
44
45
46
47
48
{
"name": "ssrgen",
"version": "1.2.4",
"description": "SSR Sign Generator",
"private": true,
"main": "lib/main.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build-js && npm run build-css",
"build-js": "browserify lib/main.jsx -o dist/bundle.js -t babelify --extension jsx",
"build-css": "node-sass -r style -o dist",
"publish": "npm run build && gh-pages -d dist"
},
"author": "spring-raining",
"contributors": [
{
"name": "susisu",
"email": "[email protected]",
"url": "https://susisu.github.io/"
}, {
"name": "ゆきほP",
"email": "[email protected]",
"url": "https://github.com/yukihop"
}
],
"license": "MIT",
"homepage": "http://ssrgen.harusamex.com",
"repository": {
"type": "git",
"url": "https://github.com/spring-raining/SSRgen.git"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"blueimp-canvas-to-blob": "^3.3.0",
"browserify": "^13.0.1",
"co": "^4.6.0",
"gh-pages": "^0.11.0",
"node-sass": "^3.7.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-social": "^1.3.0"
}
}