65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "pjax",
|
|
"version": "0.1.2",
|
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
|
"main": "src/pjax.js",
|
|
"scripts": {
|
|
"test": "testling"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MoOx/pjax.git"
|
|
},
|
|
"keywords": [
|
|
"pjax",
|
|
"push",
|
|
"state",
|
|
"ajax",
|
|
"navigation",
|
|
"transition",
|
|
"animation"
|
|
],
|
|
"author": "MoOx <m@moox.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MoOx/pjax/issues"
|
|
},
|
|
"homepage": "https://github.com/MoOx/pjax",
|
|
"devDependencies": {
|
|
"connect": "^2.14.4",
|
|
"connect-livereload": "^0.3.2",
|
|
"gulp": "^3.5.6",
|
|
"gulp-autoprefixer": "0.0.7",
|
|
"gulp-browserify": "^0.5.0",
|
|
"gulp-gh-pages": "^0.2.0",
|
|
"gulp-jscs": "^0.3.2",
|
|
"gulp-jshint": "^1.5.1",
|
|
"gulp-livereload": "^1.3.1",
|
|
"gulp-plumber": "^0.5.6",
|
|
"gulp-rework": "^0.2.2",
|
|
"gulp-util": "^2.2.14",
|
|
"jshint-stylish": "^0.1.5",
|
|
"minimist": "0.0.8",
|
|
"opn": "^0.1.1",
|
|
"rework": "^0.20.2",
|
|
"rework-calc": "^0.2.1",
|
|
"rework-vars": "^2.0.0",
|
|
"rimraf": "^2.2.6",
|
|
"tape": "^2.12.3",
|
|
"uglifyify": "^2.1.1"
|
|
},
|
|
"testling": {
|
|
"files": "tests/**/*.js",
|
|
"browsers": [
|
|
"ie/7..latest",
|
|
"chrome/22..latest",
|
|
"firefox/16..latest",
|
|
"safari/6..latest",
|
|
"opera/11.0..latest",
|
|
"iphone/6..latest",
|
|
"ipad/6..latest",
|
|
"android-browser/latest"
|
|
]
|
|
}
|
|
}
|