UNPKG

644 BJSONView Raw
1{
2 "name": "ember",
3 "version": "1.1.1",
4 "description": "A framework for creating ambitious web applications.",
5 "main": "index.js",
6 "bin": "bin.js",
7 "scripts": {
8 "postinstall": "node ./index.js --postinstall",
9 "test": "rm -rf ./my-app/; node ./index.js",
10 "test:app": "npm run test -- new my-app --skip-git --skip-npm",
11 "dev:install": "npm install -g ."
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/emberjs/ember.git"
16 },
17 "author": "",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/emberjs/ember/issues"
21 },
22 "homepage": "https://github.com/emberjs/ember#readme"
23}