-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.19 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "pandola",
"version": "0.0.1",
"description": "https://re-rabbit.github.io/pandola",
"main": "gulpfile.js",
"scripts": {
"clean": "node script/clean.js",
"start": "./node_modules/.bin/gulp --gulpfile=script/start.js --cwd=./",
"test1": "./node_modules/.bin/gulp --gulpfile=script/builder.js --cwd=./",
"test2": "./node_modules/.bin/gulp --gulpfile=script/builder.js --cwd=./ -S",
"build": "./node_modules/.bin/gulp --gulpfile=script/build.js --cwd=./",
"deploy": "./node_modules/.bin/gulp --gulpfile=script/deploy.js --cwd=./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Re-Rabbit/pandola.git"
},
"keywords": [
"nope"
],
"authors": [
"Rabbit <[email protected]>",
"PL <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"blessed": "^0.1.81",
"body-parser": "^1.15.1",
"browser-sync": "^2.12.10",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect-history-api-fallback": "^1.2.0",
"cors": "^2.7.1",
"del": "^2.2.0",
"exports-loader": "^0.6.3",
"express": "^4.13.4",
"gh-pages": "^0.11.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cached": "^1.1.0",
"gulp-cli": "^1.2.1",
"gulp-data": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^2.0.0",
"gulp-nunjucks": "^2.2.0",
"gulp-remember": "^0.3.1",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.3.2",
"gulp-sizereport": "^1.1.3",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"ionicons": "^3.0.0",
"morgan": "^1.7.0",
"normalize.scss": "^0.1.0",
"nunjucks-loader": "^2.4.3",
"open": "0.0.5",
"request": "^2.72.0",
"toml": "^2.3.0",
"toml-loader": "^1.0.0",
"vinyl-named": "git+https://github.com/0x00-pl/vinyl-named.git",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"clipboard": "^1.5.10",
"immutable": "^3.8.1",
"iscroll": "^5.2.0",
"lodash": "^4.13.1",
"whatwg-fetch": "^1.0.0"
}
}