2015-12-23 00:16:54 +00:00
|
|
|
{
|
|
|
|
"name": "es5-ff-spa-loader",
|
2016-01-20 19:36:21 +00:00
|
|
|
"version": "0.0.4",
|
2015-12-23 00:16:54 +00:00
|
|
|
"description": "Javascript Single Page Application Loader",
|
|
|
|
"main": "es5-ff-spa-loader.js",
|
2016-01-18 00:06:42 +00:00
|
|
|
"scripts": {
|
|
|
|
"prepublish": "gulp build",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"build": "gulp build",
|
|
|
|
"test": "gulp test"
|
2016-01-17 20:57:59 +00:00
|
|
|
},
|
2015-12-23 00:16:54 +00:00
|
|
|
"author": "Willem <willem.git.2016@forwardfire.net> (http://forwardfire.net/)",
|
2016-01-14 21:42:13 +00:00
|
|
|
"keywords": [
|
2016-01-18 00:06:42 +00:00
|
|
|
"offline",
|
2016-01-14 21:42:13 +00:00
|
|
|
"website",
|
|
|
|
"assets",
|
|
|
|
"js",
|
|
|
|
"css",
|
|
|
|
"loader",
|
|
|
|
"spa",
|
|
|
|
"mobile",
|
|
|
|
"resources",
|
|
|
|
"sync",
|
2016-01-17 20:57:59 +00:00
|
|
|
"cache",
|
|
|
|
"localStorage",
|
|
|
|
"openDatabase"
|
2016-01-14 21:42:13 +00:00
|
|
|
],
|
2015-12-23 00:16:54 +00:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://bitbucket.org/im_ik/es5-ff-spa-loader.git"
|
2016-01-14 21:42:13 +00:00
|
|
|
},
|
2016-01-17 20:57:59 +00:00
|
|
|
"devDependencies": {
|
2016-01-18 00:06:42 +00:00
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-clean": "^0.3.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",
|
2016-01-18 00:31:27 +00:00
|
|
|
"mocha-jenkins-reporter": "^0.1.9",
|
|
|
|
"mocha-jshint": "^2.2.6"
|
2016-01-17 20:57:59 +00:00
|
|
|
},
|
2016-01-18 00:06:42 +00:00
|
|
|
"dependencies": {},
|
2016-01-14 21:42:13 +00:00
|
|
|
"files": [
|
2016-01-18 00:06:42 +00:00
|
|
|
"README.md",
|
2016-01-18 00:25:49 +00:00
|
|
|
"example/www_static/",
|
|
|
|
"example/www_views/",
|
|
|
|
"example/example.js",
|
|
|
|
"example/package.json",
|
2016-01-18 00:06:42 +00:00
|
|
|
"dist/"
|
2016-01-14 21:42:13 +00:00
|
|
|
]
|
2015-12-23 00:16:54 +00:00
|
|
|
}
|