{
"_from": "broccoli-source@^1.1.0",
"_id": "broccoli-source@1.1.0",
"_inBundle": false,
"_integrity": "sha1-VPDoLItz9GWAy7xPV48LMvyo+Ak=",
"_location": "/broccoli-source",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "broccoli-source@^1.1.0",
"name": "broccoli-source",
"escapedName": "broccoli-source",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/ember-cli",
"/ember-cli-babel"
],
"_resolved": "https://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz",
"_shasum": "54f0e82c8b73f46580cbbc4f578f0b32fca8f809",
"_spec": "broccoli-source@^1.1.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-babel",
"author": {
"name": "Jo Liss",
"email": "joliss42@gmail.com"
},
"bugs": {
"url": "https://github.com/broccolijs/broccoli-source/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Broccoli plugin for referring to source directories on the file system",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"mocha-jshint": "^2.2.3"
},
"homepage": "https://github.com/broccolijs/broccoli-source#readme",
"keywords": [
"broccoli-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "broccoli-source",
"repository": {
"type": "git",
"url": "git+https://github.com/broccolijs/broccoli-source.git"
},
"scripts": {
"pretest": "test/install_dependencies.sh",
"test": "mocha"
},
"version": "1.1.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|