hyphen-js
Version:
Hyphen Js - Generic Angular application data layer
56 lines • 1.32 kB
JSON
{
"name": "hyphen-js",
"version": "2.0.11",
"description": "Hyphen Js - Generic Angular application data layer",
"homepage": "",
"author": "Blazej Grzelinski",
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"angular": ">= 1.4.5",
"underscore": ">= 1.5.0"
},
"license": "MIT",
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.4.8",
"grunt": "^0.4.5",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "*",
"grunt-conventional-changelog": "0.0.12",
"grunt-karma": "latest",
"grunt-zip": "*",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.5",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/blazejgrzelinski/hyphen-js.git"
},
"main": "dist/hyphen-js.js",
"browser": "dist/hyphen-js.js",
"keywords": [
"angular",
"datalayer",
"offline",
"generic",
"model",
"model",
"datamodel",
"javascript",
"rest",
"restfull"
]
}