-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 752 Bytes
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
{
"name": "next-file",
"version": "0.0.1",
"description": "File class for next",
"homepage": "https://github.com/afeiship/next-file",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"test": "mocha",
"version": "gulp bump"
},
"main": "dist/next-file.js",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.1.2",
"yargs": "^4.7.1",
"mocha": "^3.5.0"
},
"dependencies": {
"next-js-core2": "github:afeiship/next-js-core2"
}
}