15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
{
|
|
"name": "assert",
|
|
"main": "assert.js",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/jgallen23/assert",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|