mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-14 15:25:52 +10:00
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"name": "space",
|
|
"version": "0.8.4",
|
|
"description": "A lightweight language for objects",
|
|
"main": "./space.js",
|
|
"filename": "space.min.js",
|
|
"bin": {
|
|
"space": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/node-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nudgepad/space"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "~0.5.1",
|
|
"mime": ">=0.0.1"
|
|
},
|
|
"author": "Breck Yunits",
|
|
"contributors": "Ben Zulauf",
|
|
"license": "MIT"
|
|
}
|