2016-10-25 04:19:29 +00:00
|
|
|
{
|
2017-06-21 11:15:14 +00:00
|
|
|
"name": "amphineko",
|
2016-10-25 04:19:29 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2017-06-21 11:15:14 +00:00
|
|
|
"main": "gulpfile.js",
|
2016-10-25 04:19:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-06-21 11:15:14 +00:00
|
|
|
"url": "git+https://github.com/amphineko/amphineko.git"
|
2016-10-25 04:19:29 +00:00
|
|
|
},
|
|
|
|
"author": "Naoki Rinmous <sukareki@gmail.com>",
|
|
|
|
"license": "MIT",
|
2017-06-21 11:15:14 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/amphineko/amphineko/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://futa.moe/amphineko/",
|
2018-01-15 19:50:12 +00:00
|
|
|
"scripts": {
|
2018-03-14 18:24:58 +00:00
|
|
|
"build": "node ./node_modules/gulp/bin/gulp.js"
|
2018-01-15 19:50:12 +00:00
|
|
|
},
|
2018-01-15 19:21:51 +00:00
|
|
|
"devDependencies": {
|
2017-06-21 11:15:14 +00:00
|
|
|
"gulp": "^3.9.1",
|
2018-05-01 17:49:29 +00:00
|
|
|
"gulp-clean-css": "^3.9.3",
|
2017-06-21 11:15:14 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-05-01 17:49:29 +00:00
|
|
|
"gulp-sass": "^3.2.1",
|
2018-01-15 19:33:16 +00:00
|
|
|
"unsemantic": "^1.2.3"
|
2017-06-21 11:15:14 +00:00
|
|
|
}
|
2016-10-25 04:19:29 +00:00
|
|
|
}
|