ember
Version:
A framework for creating ambitious web applications.
24 lines (23 loc) • 644 B
JSON
{
"name": "ember",
"version": "1.1.1",
"description": "A framework for creating ambitious web applications.",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"postinstall": "node ./index.js --postinstall",
"test": "rm -rf ./my-app/; node ./index.js",
"test:app": "npm run test -- new my-app --skip-git --skip-npm",
"dev:install": "npm install -g ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/emberjs/ember.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/emberjs/ember/issues"
},
"homepage": "https://github.com/emberjs/ember#readme"
}