Initial commit
parents
Showing
.npmrc
0 → 100644
LICENSE
0 → 100644
TRADEMARK
0 → 100644
package.json
0 → 100644
{ | ||
"name": "<name>", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "Massachusetts Institute of Technology", | ||
"license": "BSD-3-Clause", | ||
"homepage": "https://github.com/LLK/<name>#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/LLK/<name>.git" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
Please register or sign in to comment