UNPKG

page-app

Version:

Builder for rich single-page js apps (frontend)

56 lines (55 loc) 1.24 kB
{ "name": "page-app", "version": "0.0.31", "description": "Builder for rich single-page js apps (frontend)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/norlin/page-app.git" }, "bugs": { "url" : "http://github.com/norlin/page-app/issues", "email" : "alexey@norlin.ru" }, "dependencies": { "autoprefixer": "1.*", "csso": "~1.3.11", "dustjs-helpers": "1.2.0", "dustjs-linkedin": "2.4.0", "fs.extra": "~1.2.1", "jscs": "*", "extend": "~1.3.0", "jshint": "~2.5.5", "less": "~1.7.4", "uglify-js": "~2.4.15" }, "devDependencies": { "phantomjs": "1.9.7-15", "mocha-phantomjs": "3.5.0", "chai": "1.7.2" }, "author": { "name": "Alexey Makarov", "email": "alexey@norlin.ru" }, "keywords": [ "page-app", "framework", "frontend", "web", "rest", "restful", "single", "page", "app" ], "bin": { "page-app": "./bin/create.js" }, "license": "MIT", "readmeFilename": "README.md", "gitHead": "3435175c828307a6cb68164f7aacc3f396468131" }