UNPKG

nodram

Version:
64 lines (63 loc) 1.59 kB
{ "name": "nodram", "version": "0.0.1", "description": "A Really MEAN Web Framework", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "framework", "MEAN", "really", "starter", "starters" ], "author": "Ore-Ofe Olurin", "license": "Apache-2.0", "bin": { "ream": "./index.js" }, "repository" : "https://github.com/oreofeolurin/ream.git", "dependencies": { "@types/uglify-js": "2.6.28", "autoprefixer": "6.5.3", "chalk": "1.1.3", "chokidar": "1.6.1", "cli-progress-spinner": "0.0.2", "co": "4.6.0", "co-prompt": "1.0.0", "commander": "2.9.0", "concat-files": "0.1.0", "cssnano": "3.8.0", "del": "2.2.2", "fs-extra": "1.0.0", "globby": "6.1.0", "gulp": "3.9.1", "gulp-typescript": "3.1.3", "lodash": "4.17.2", "node-sass": "3.13.0", "postcss": "5.2.6", "progress": "1.1.8", "prompt": "1.0.0", "rollup": "0.36.4", "rollup-plugin-angular": "0.4.3", "rollup-plugin-buble": "0.14.0", "rollup-plugin-commonjs": "5.0.5", "rollup-plugin-node-resolve": "2.0.0", "rollup-plugin-typescript": "0.8.1", "rollup-plugin-uglify": "1.0.1", "rxjs": "5.0.0-rc.4", "systemjs-builder": "0.15.34", "typescript": "2.2.0-dev.20170105", "uglify-js": "2.7.5" }, "devDependencies": { "@types/commander": "2.3.31", "@types/node-sass": "3.10.31", "@types/chalk": "0.4.31", "@types/fs-extra": "0.0.35", "@types/del": "2.2.31", "@types/lodash": "4.14.39" } }