{
"_from": "broccoli-config-loader@^1.0.0",
"_id": "broccoli-config-loader@1.0.1",
"_inBundle": false,
"_integrity": "sha512-MDKYQ50rxhn+g17DYdfzfEM9DjTuSGu42Db37A8TQHQe8geYEcUZ4SQqZRgzdAI3aRQNlA1yBHJfOeGmOjhLIg==",
"_location": "/broccoli-config-loader",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "broccoli-config-loader@^1.0.0",
"name": "broccoli-config-loader",
"escapedName": "broccoli-config-loader",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ember-cli"
],
"_resolved": "https://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.1.tgz",
"_shasum": "d10aaf8ebc0cb45c1da5baa82720e1d88d28c80a",
"_spec": "broccoli-config-loader@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli",
"author": {
"name": "yaymukund",
"email": "yaymukund+broccoli-config-loader@gmail.com"
},
"bugs": {
"url": "https://github.com/ember-cli/broccoli-config-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"broccoli-caching-writer": "^3.0.3"
},
"deprecated": false,
"description": "Write your project's environments' configs out to JSON files.",
"devDependencies": {
"broccoli": "^0.16.8",
"mocha": "^2.3.3",
"tmp-sync": "^1.1.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ember-cli/broccoli-config-loader#readme",
"keywords": [
"broccoli-plugin",
"config",
"ember-cli",
"javascript",
"js"
],
"license": "MIT",
"main": "index.js",
"name": "broccoli-config-loader",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/broccoli-config-loader.git"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"version": "1.0.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|