ohnogit/package.json

43 строки
1.1 KiB
JSON

{
"name": "ohnogit",
"version": "0.0.10",
"description": "For when you have to use git.",
"main": "./build/lib/index.js",
"typings": "./build/lib/index.d.ts",
"keywords": [
"git",
"nodegit",
"regret"
],
"repository": {
"type": "git",
"url": "https://github.com/github/ohnogit.git"
},
"scripts": {
"compile": "npm run lint && tsc && babel build -d build",
"test": "npm run compile && jasmine",
"prepublish": "./node_modules/.bin/typings install && npm run clean && npm run compile",
"lint": "tslint lib/**/*.ts",
"clean": "rm -rf build"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"jasmine": "^2.4.1",
"temp": "^0.8.3",
"tslint": "^3.7.4",
"typescript": "^1.8.10",
"typings": "^0.7.12"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"event-kit": "^2.0.0",
"fs-plus": "^2.8.2",
"nodegit": "^0.12.2",
"underscore-plus": "^1.6.6"
}
}