2
0
Fork 0
es5-ff-spa-loader/package.json

43 lines
970 B
JSON
Raw Normal View History

2015-12-23 00:16:54 +00:00
{
"name": "es5-ff-spa-loader",
"version": "0.0.1",
"description": "Javascript Single Page Application Loader",
"main": "es5-ff-spa-loader.js",
2016-01-17 20:57:59 +00:00
"scripts": {
"test": "export JUNIT_REPORT_PATH=test/data/report.xml;export JUNIT_REPORT_STACK=1;node_modules/mocha/bin/mocha --reporter mocha-jenkins-reporter"
},
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": [
"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": {
"type": "git",
"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": {
"jsdoc": "^3.4.0",
"mocha": "2.2.x",
"mocha-jenkins-reporter": "0.1.x",
"mocha-jshint": "2.2.x"
},
2016-01-14 21:42:13 +00:00
"dependencies": {
},
"files": [
"README.md",
"es5-ff-spa-loader.js",
"example/"
]
2015-12-23 00:16:54 +00:00
}