mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"name": "c9",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Global helper functions and modules used in Cloud9",
|
|
"author": "Cloud9 Inc. <info@c9.io>",
|
|
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"tmp": "~0.0.20"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "for file in *_test.js; do node $file; done"
|
|
}
|
|
}
|