-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 851 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
{
"name": "moelib",
"version": "1.0.0",
"description": "Moelib aims for providing various nijigen resources and informations.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moelib/moelib.github.io.git"
},
"author": "Hexen",
"license": "MIT",
"bugs": {
"url": "https://github.com/moelib/moelib.github.io/issues"
},
"homepage": "https://github.com/moelib/moelib.github.io#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.2",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.2.2"
}
}