assetgraph-builder-esprima
Version:
Build system for web sites and applications
107 lines (106 loc) • 2.6 kB
JSON
{
"name": "assetgraph-builder-esprima",
"description": "Build system for web sites and applications",
"repository": "git://github.com/One-com/assetgraph-builder.git",
"version": "3.11.0-esprima5",
"keywords": [
"assetgraph",
"web",
"build",
"build system",
"single page",
"web application",
"static html",
"cache manifest",
"appcache",
"spriting",
"html",
"css",
"javascript",
"jsdom",
"localization",
"internationalization",
"i18n",
"l10n"
],
"maintainers": [
{
"name": "Andreas Lind",
"email": "andreas@one.com"
},
{
"name": "Peter Müller",
"email": "munter@fumle.dk"
}
],
"license": "BSD-3-Clause",
"main": "lib/AssetGraph.js",
"files": [
"lib",
"bin"
],
"dependencies": {
"assetgraph": "git://github.com/assetgraph/assetgraph.git#4b635453b61fef9fa5c714d624a290246510d48b",
"async": "1.4.2",
"browserslist": "0.1.3",
"chalk": "1.0.0",
"esanimate": "1.0.3",
"escodegen": "1.7.0",
"esmangle": "1.0.1",
"esprima": "2.6.0",
"estraverse": "4.1.0",
"express-processimage": "2.6.1",
"extend": "1.2.1",
"jpegtran": "0.2.0",
"lodash": "2.4.1",
"memoizesync": "0.5.0",
"ng-annotate": "0.15.4",
"optimist": "0.6.1",
"optipng": "0.3.1",
"passerror": "1.1.0",
"plurals-cldr": "1.0.1",
"pngcrush": "0.2.0",
"pngquant": "0.6.0",
"semver": "4.3.3",
"seq": "0.3.5",
"temp": "0.8.1",
"urltools": "0.2.0"
},
"optionalDependencies": {
"assetgraph-sprite": "0.8.1",
"histogram": "2.0.0",
"node-zopfli": "1.4.0"
},
"devDependencies": {
"autoprefixer": "5.2.0",
"coveralls": "2.11.2",
"gm": "1.17.0",
"istanbul": "0.3.21",
"jsdom": "git://github.com/papandreou/jsdom.git#4a83791ba9d20b243723ae5cb50571b302e294ec",
"jshint": "2.6.0",
"less": "2.5.1",
"mocha": "2.3.3",
"node-sass": "3.3.3",
"sinon": "1.15.4",
"unexpected": "10.0.1",
"unexpected-color": "2.0.0",
"unexpected-dom": "3.0.0",
"unexpected-sinon": "8.0.0"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"scripts": {
"lint": "jshint . bin/*",
"test": "npm run lint && mocha",
"travis": "npm run lint && npm run coverage",
"coverage": "NODE_ENV=development istanbul cover --include-all-sources -x '**/testdata/**' -x lib/i18nTools.js -x lib/bootstrapper.js _mocha -- --reporter dot"
}
}