mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"name": "expect.js",
|
|
"filename": "expect.min.js",
|
|
"version": "0.2.0",
|
|
"description": "BDD style assertions for node and the browser.",
|
|
"main": "./expect",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"serve": "*"
|
|
}
|
|
}
|