-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
{
"name": "wphc",
"version": "1.0.0",
"title": "WordPress Hybrid Client",
"url": "http://wphc.julienrenaux.fr/",
"keywords": "WordPress, hybrid, app, apps, application, ios, android, native, google play, app store, apple, google, os, free, open source",
"description": "With WPHC (WordPress Hybrid Client), your WordPress website application (iOS and Android) is just a build away.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devserver": "webpack-dev-server --port 9100 --progress",
"build": "rm -rf www/* && gulp",
"build:prod": "rm -rf www/* && gulp prod"
},
"repository": {
"type": "git",
"url": "https://github.com/shprink/wphc.git"
},
"author": "Julien Renaux <contact@julienrenaux.fr> (http://julienrenaux.fr/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/shprink/wphc/issues"
},
"homepage": "https://github.com/shprink/wphc",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"clone": "^1.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"css-loader": "^0.19.0",
"del": "^1.1.1",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.0",
"file-loader": "^0.8.1",
"gulp": "^3.9.0",
"gulp-header": "^1.7.0",
"gulp-sitemap": "^2.2.0",
"gulp-util": "^3.0.1",
"gulp-webpack": "^1.5.0",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.0",
"json-loader": "^0.5.3",
"markdown-loader": "^0.1.2",
"path": "^0.12.0",
"run-sequence": "^1.1.0",
"sass-loader": "^2.0.0",
"style-loader": "^0.12.0",
"util": "^0.10.3",
"vinyl-paths": "^2.0.0",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.11.0"
},
"dependencies": {
"animate.css": "^3.2.5",
"bootstrap-sass": "^3.3.4",
"font-awesome": "^4.3.0",
"jquery": "^2.1.4",
"jquery-smooth-scroll": "^1.5.5",
"node-sass": "^3.3.3",
"showdown": "^1.0.0-alpha1"
}
}