ember-cli
Version:
Command line tool for developing ambitious ember.js apps
91 lines (90 loc) • 2 kB
JSON
{
"name": "configstore",
"version": "0.3.1",
"description": "Easily load and save config without having to think about where and how",
"keywords": [
"conf",
"config",
"configuration",
"settings",
"store",
"editable",
"yaml",
"yml"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"main": "configstore.js",
"repository": {
"type": "git",
"url": "git://github.com/yeoman/configstore"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10.0"
},
"license": "BSD",
"dependencies": {
"graceful-fs": "~3.0.1",
"js-yaml": "~3.0.1",
"mkdirp": "~0.5.0",
"object-assign": "~0.3.1",
"osenv": "~0.1.0",
"uuid": "~1.4.1"
},
"devDependencies": {
"mocha": "*"
},
"files": [
"configstore.js"
],
"bugs": {
"url": "https://github.com/yeoman/configstore/issues"
},
"homepage": "https://github.com/yeoman/configstore",
"_id": "configstore@0.3.1",
"_shasum": "e1b4715994fe5f8e22e69b21d54c7a448339314d",
"_from": "configstore@0.3.1",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "paulirish",
"email": "paul.irish@gmail.com"
},
{
"name": "addyosmani",
"email": "addyosmani@gmail.com"
},
{
"name": "passy",
"email": "phartig@rdrei.net"
},
{
"name": "sboudrias",
"email": "admin@simonboudrias.com"
},
{
"name": "eddiemonge",
"email": "eddie+npm@eddiemonge.com"
}
],
"dist": {
"shasum": "e1b4715994fe5f8e22e69b21d54c7a448339314d",
"tarball": "http://registry.npmjs.org/configstore/-/configstore-0.3.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/configstore/-/configstore-0.3.1.tgz"
}