forked from pea3nut/Pxer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.2 KB
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
{
"name": "pxer",
"version": "7.0.0",
"description": "<p align=\"left\">\r \t<img alt=\"\" src=\"https://img.shields.io/badge/JavaScript-ES6-green.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/install-Greasemonkey-green.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/jQuery-No-red.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/badge/Node.js-No-red.svg\" />\r \t<img alt=\"\" src=\"https://img.shields.io/npm/l/express.svg\" />\r </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./build/watcher.js",
"build": "node ./build/build-dist.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pea3nut/Pxer.git"
},
"keywords": [
"pxer",
"pixiv"
],
"author": "pea3nut",
"license": "MIT",
"bugs": {
"url": "https://github.com/pea3nut/Pxer/issues"
},
"homepage": "https://github.com/pea3nut/Pxer#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"chokidar": "^1.6.1",
"ejs": "^2.5.6",
"fs-extra": "^2.1.2",
"node-sass": "^4.5.0"
},
"dependencies": {
}
}