{ "name": "es5-ff-spa-loader", "version": "0.2.1", "description": "Javascript Single Page Application Loader", "main": "es5-ff-spa-loader.js", "scripts": { "prepublish": "gulp build", "clean": "gulp clean", "build": "gulp build", "test": "gulp test" }, "author": "Willem (http://forwardfire.net/)", "keywords": [ "offline", "website", "assets", "js", "css", "loader", "spa", "mobile", "resources", "sync", "cache", "localStorage", "openDatabase", "sqlitePlugin" ], "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://bitbucket.org/im_ik/es5-ff-spa-loader.git" }, "bugs": { "url": "https://bitbucket.org/im_ik/es5-ff-spa-loader/issues" }, "devDependencies": { "gulp": "^3.9.0", "gulp-clean": "^0.3.1", "gulp-cssnano": "^2.1.1", "gulp-jsdoc3": "^0.1.0", "gulp-mocha": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.1", "mocha-jenkins-reporter": "^0.1.9", "mocha-jshint": "^2.2.6" }, "dependencies": {}, "files": [ "README.md", "dist/" ] }