-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
65 lines (65 loc) · 1.57 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "PukiWiki_Adv",
"version": "2.1.0-alpha",
"description": "Yet another WikiWikiWeb clone.",
"main": "bower.js",
"directories": {
"doc": "doc"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.*.*",
"browserify-shim": "^3.8.12",
"del": "^2.2.*",
"gulp": "^3.9.1",
"gulp-bower": "0.0.*",
"gulp-bower-files": "^0.2.7",
"gulp-compass": "^2.1.0",
"gulp-composer": "^0.4.*",
"gulp-concat": "^2.6.*",
"gulp-filter": "^4.0.*",
"gulp-install": "^0.6.*",
"gulp-modernizr": "1.0.0-alpha",
"gulp-notify": "^2.2.*",
"gulp-plumber": "^1.1.*",
"gulp-rename": "^1.2.*",
"gulp-ruby-sass": "^2.0.*",
"gulp-sourcemaps": "^1.6.*",
"gulp-uglify": "^1.5.*",
"licensify": "^3.1.2",
"main-bower-files": "^2.13.*",
"vinyl-source-stream": "^1.1.*"
},
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"build:js": "browserify ./webroot/source/js/app.js -t babelify --outfile ./webroot/assets/js/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/logue/pukiwiki_adv.git"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
},
"keywords": [
"wiki",
"pukiwiki"
],
"author": {
"name": "Logue",
"url": "http://logue.be/",
"email": "logue@hotmail.co.jp"
},
"license": "GPL-2.0+",
"homepage": "http://pukiwiki.logue.be/",
"bugs": {
"url": "https://github.com/logue/pukiwiki_adv/issues"
}
}