-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 961 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "pixiv-novel-parser",
"version": "0.3.0",
"description": "pixiv novel parser.",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pixiv/pixiv-novel-parser"
},
"keywords": [
"pixiv"
],
"author": "ne_Sachirou <[email protected]>",
"license": "MPL-2.0",
"files": [
"README.md",
"LICENSE",
"History.md",
"package.json",
"src",
"test",
"dist"
],
"devDependencies": {
"JSV": "^4.0.2",
"del": "^1.2.0",
"expect.js": "^0.3.1",
"gulp": "^3.6.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.5.5",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^0.2.0",
"jshint-stylish": "^0.2.0",
"lodash": "^3.9.1",
"pegjs": "=0.6.2",
"pegjs-override-action": "0.0.7",
"run-sequence": "^0.3.6"
},
"dependencies": {}
}