mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Added .gitignore file to node_modules to manage locally installed dependencies vs those installed via npm.
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"author": "Remy Sharp",
|
|
"name": "gobo",
|
|
"description": "Sprockets for Node, but without the concat",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"url": ""
|
|
},
|
|
"main": "main.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|