tnt.api
Version:
Api library for tnt
35 lines (34 loc) • 692 B
JSON
{
"name": "tnt.api",
"version": "0.1.1",
"description": "Api library for tnt",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/emepyc/tnt.api.git"
},
"keywords": [
"tnt",
"api"
],
"author": "Miguel Pignatelli",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/emepyc/tnt.api/issues"
},
"homepage": "https://github.com/emepyc/tnt.api",
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-watch": "^4.3.5",
"jshint": "^2.8.0"
}
}