-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "simple-pjax",
"version": "0.3.0",
"main": "dist/simple-pjax.js",
"scripts": {
"start": "gulp",
"build-prod": "gulp build --prod",
"serve-prod": "npm run build-prod && gulp server",
"prepublish": "gulp lib:build",
"push-docs": "npm run build-prod && (cd gh-pages && git add -A . && git commit -a -m autocommit && git push origin gh-pages)"
},
"description": "Zero-configuration PJAX for typical websites",
"keywords": [
"pjax"
],
"authors": [
"Mitranim <me@mitranim.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mitranim/simple-pjax.git"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"browser-sync": "^2.9.11",
"del": "^2.0.2",
"font-awesome": "^4.4.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^5.3.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-statil": "0.0.8",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"gulp-wrap": "^0.11.0",
"highlight.js": "^8.8.0",
"marked": "^0.3.5",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"stylific": "^0.13.2",
"webpack": "^1.12.2",
"yargs": "^3.27.0"
},
"standard": {
"parser": "babel-eslint"
}
}