43 lines
970 B
JSON
43 lines
970 B
JSON
{
|
|
"name": "es5-ff-spa-loader",
|
|
"version": "0.0.1",
|
|
"description": "Javascript Single Page Application Loader",
|
|
"main": "es5-ff-spa-loader.js",
|
|
"scripts": {
|
|
"test": "export JUNIT_REPORT_PATH=test/data/report.xml;export JUNIT_REPORT_STACK=1;node_modules/mocha/bin/mocha --reporter mocha-jenkins-reporter"
|
|
},
|
|
"author": "Willem <willem.git.2016@forwardfire.net> (http://forwardfire.net/)",
|
|
"keywords": [
|
|
"website",
|
|
"assets",
|
|
"js",
|
|
"css",
|
|
"loader",
|
|
"spa",
|
|
"mobile",
|
|
"resources",
|
|
"sync",
|
|
"cache",
|
|
"localStorage",
|
|
"openDatabase"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://bitbucket.org/im_ik/es5-ff-spa-loader.git"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc": "^3.4.0",
|
|
"mocha": "2.2.x",
|
|
"mocha-jenkins-reporter": "0.1.x",
|
|
"mocha-jshint": "2.2.x"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"es5-ff-spa-loader.js",
|
|
"example/"
|
|
]
|
|
}
|