Eli Perelman
8 years ago
commit
1b00e0a3fc
3 changed files with 67 additions and 0 deletions
@ -0,0 +1,45 @@ |
|||
# Logs |
|||
logs |
|||
*.log |
|||
npm-debug.log* |
|||
lerna-debug.log |
|||
|
|||
# Build directories |
|||
build |
|||
|
|||
# Runtime data |
|||
pids |
|||
*.pid |
|||
*.seed |
|||
*.pid.lock |
|||
|
|||
# Directory for instrumented libs generated by jscoverage/JSCover |
|||
lib-cov |
|||
|
|||
# Coverage directory used by tools like istanbul |
|||
coverage |
|||
|
|||
# nyc test coverage |
|||
.nyc_output |
|||
|
|||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
|||
.grunt |
|||
|
|||
# node-waf configuration |
|||
.lock-wscript |
|||
|
|||
# Dependency directories |
|||
node_modules |
|||
jspm_packages |
|||
|
|||
# Optional npm cache directory |
|||
.npm |
|||
|
|||
# Optional eslint cache |
|||
.eslintcache |
|||
|
|||
# Optional REPL history |
|||
.node_repl_history |
|||
|
|||
# Webstorm project metadata |
|||
.idea |
@ -0,0 +1,7 @@ |
|||
{ |
|||
"lerna": "2.0.0-beta.36", |
|||
"packages": [ |
|||
"packages/*" |
|||
], |
|||
"version": "0.0.0" |
|||
} |
@ -0,0 +1,15 @@ |
|||
{ |
|||
"name": "neutrino-dev", |
|||
"version": "1.0.0", |
|||
"description": "", |
|||
"main": "index.js", |
|||
"scripts": { |
|||
"test": "echo \"Error: no test specified\" && exit 1" |
|||
}, |
|||
"keywords": [], |
|||
"author": "Eli Perelman <eli@eliperelman.com>", |
|||
"license": "MPL-2.0", |
|||
"devDependencies": { |
|||
"lerna": "2.0.0-beta.36" |
|||
} |
|||
} |
Loading…
Reference in new issue