{
"_from": "ember-cli-path-utils@^1.0.0",
"_id": "ember-cli-path-utils@1.0.0",
"_inBundle": false,
"_integrity": "sha1-Tjmvi1UwHN3FAXc5t3qAT7ogce0=",
"_location": "/ember-cli-path-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ember-cli-path-utils@^1.0.0",
"name": "ember-cli-path-utils",
"escapedName": "ember-cli-path-utils",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ember-cli-legacy-blueprints",
"/ember-data",
"/ember-source"
],
"_resolved": "https://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz",
"_shasum": "4e39af8b55301cddc5017739b77a804fba2071ed",
"_spec": "ember-cli-path-utils@^1.0.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-legacy-blueprints",
"author": {
"name": "ember-cli contributors"
},
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-path-utils/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "path utils extracted for blueprints and addons",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ember-cli/ember-cli-path-utils#readme",
"license": "ISC",
"main": "index.js",
"name": "ember-cli-path-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-cli-path-utils.git"
},
"scripts": {
"test": "mocha test"
},
"version": "1.0.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|