UNPKG

aztec

Version:

Node Js Framework for creating API Services

65 lines (64 loc) 1.56 kB
{ "name": "aztec", "version": "0.3.9", "description": "Node Js Framework for creating API Services", "main": "dist/index.js", "scripts": { "start": "./node_modules/.bin/babel-node ./test/mocks/services/service1", "build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./index.ts", "build": "tsc", "test": "npm run build && mocha \"test/**/*.spec.js\" --compilers js:babel-core/register" }, "keywords": [ "framework", "light api", "light framework", "ligth api framework", "rest api", "rest api framework", "node js framework", "node js lightweight framework", "node js lightweight api framework", "node js api", "node js api framework", "node js", "api", "native nodejs", "restful", "es6", "es7", "EcmaScript", "EcmaScript 6", "EcmaScript 2015", "EcmaScript 2016", "REST" ], "author": "Sentiurin V.", "licenses": [ { "type": "MIT", "url": "https://github.com/sentiurin/Aztec/blob/master/LICENSE" } ], "repository": { "url": "https://github.com/sentiurin/Aztec.git" }, "devDependencies": { "@types/colors": "^1.1.1", "@types/lodash": "^4.14.52", "@types/node": "^7.0.5", "@types/xml": "^1.0.1", "babel-core": "^6.23.1", "babel-preset-es2015": "^6.22.0", "chai": "^3.5.0", "chai-http": "^3.0.0", "mocha": "^3.2.0", "ts-node": "^2.1.0", "typescript": "^2.1.6" }, "dependencies": { "colors": "^1.1.2", "lodash": "^4.17.4", "xml": "^1.0.1" } }