Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Created December 20, 2014 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihacet/ec5dffbc02cacfc7e826 to your computer and use it in GitHub Desktop.
Save fatihacet/ec5dffbc02cacfc7e826 to your computer and use it in GitHub Desktop.
npm-init log
acetz:fe-ci facet$ npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sane defaults.
See `npm help json` for definitive documentation on these fields
and exactly what they do.
Use `npm install <pkg> --save` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
name: (fe-ci) FE-CI
version: (0.0.0)
description: Front End Testing and Continuous Integration
entry point: (index.js)
test command:
git repository: (git://github.com/fatihacet/fe-ci.git)
keywords: front-end-testing, continuous-integration, ci, grunt, karma, jasmine, istanbul, coveralls, travis-ci
author: Fatih Acet
license: (ISC)
About to write to /Users/facet/Development/fe-ci/package.json:
{
"name": "FE-CI",
"version": "0.0.0",
"description": "Front End Testing and Continuous Integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/fatihacet/fe-ci.git"
},
"keywords": [
"front-end-testing",
"continuous-integration",
"ci",
"grunt",
"karma",
"jasmine",
"istanbul",
"coveralls",
"travis-ci"
],
"author": "Fatih Acet",
"license": "ISC",
"bugs": {
"url": "https://github.com/fatihacet/fe-ci/issues"
},
"homepage": "https://github.com/fatihacet/fe-ci"
}
Is this ok? (yes) yes
acetz:fe-ci facet$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment