shelljs/package.json

36 строки
703 B
JSON
Исходник Обычный вид История

2012-03-28 02:16:37 +04:00
{
"name": "shelljs",
2015-08-11 21:47:28 +03:00
"version": "0.5.3",
"author": "Artur Adib <arturadib@gmail.com>",
2012-03-28 02:16:37 +04:00
"description": "Portable Unix shell commands for Node.js",
"keywords": [
"unix",
"shell",
"makefile",
"make",
"jake",
"synchronous"
],
"repository": {
"type": "git",
"url": "git://github.com/arturadib/shelljs.git"
},
2015-08-29 22:37:20 +03:00
"license": "BSD-3-Clause",
2012-03-28 02:16:37 +04:00
"homepage": "http://github.com/arturadib/shelljs",
"main": "./shell.js",
"scripts": {
2012-03-02 20:38:34 +04:00
"test": "node scripts/run-tests"
2012-03-28 02:16:37 +04:00
},
2012-05-25 22:10:53 +04:00
"bin": {
2012-05-29 01:03:24 +04:00
"shjs": "./bin/shjs"
2012-05-25 22:10:53 +04:00
},
"dependencies": {},
"devDependencies": {
"jshint": "~2.1.11"
2013-03-20 18:52:04 +04:00
},
2012-03-28 02:16:37 +04:00
"optionalDependencies": {},
"engines": {
2013-08-26 22:04:21 +04:00
"node": ">=0.8.0"
2012-03-02 05:22:44 +04:00
}
}