forked from AnnatarHe/AnnatarHe.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "annatarhe.github.io",
"version": "1.0.0",
"description": "annatarhe.github.io front-end",
"main": "gulpfile.js",
"scripts": {
"js": "rollup --config rollup.config.js",
"css": "stylus src/styles/app.styl -o dist/app.css -c -m",
"assets": "npm run js && npm run css",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnnatarHe/AnnatarHe.github.io.git"
},
"keywords": [
"annatarhe.github.io"
],
"author": "AnnatarHe",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnnatarHe/AnnatarHe.github.io/issues"
},
"homepage": "https://github.com/AnnatarHe/AnnatarHe.github.io#readme",
"devDependencies": {
"babel-plugin-transform-es2015-for-of": "~6.8.0",
"babel-preset-es2015": "~6.9.0",
"babel-preset-es2015-rollup": "~1.1.1",
"rollup": "~0.36.4",
"rollup-plugin-babel": "~2.4.0",
"rollup-plugin-stylus-css-modules": "~1.0.3",
"rollup-plugin-uglify": "~0.3.1",
"stylus": "^0.54.5",
"uglify-js": "~2.6.2"
},
"dependencies": {
"babel-polyfill": "~6.9.1"
}
}