UNPKG

noinfopath-odata

Version:

noinfopath odata module

50 lines 1.24 kB
{ "name": "noinfopath-odata", "version": "0.0.7", "description": "noinfopath odata module", "main": "src/noinfopath-odata.js", "scripts": { "test": "karma start" }, "repository": { "type": "git", "url": "http://git.img.local/noinfopath-odata.git" }, "author": "noinfopath", "license": "MIT", "devDependencies": { "angular-mocks": "^1.3.8", "grunt": "^0.4.5", "grunt-bumpup": "^0.6.2", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^0.10.1", "grunt-version": "^1.0.0", "jasmine-ajax": "^3.0.0", "jasmine-core": "^2.1.3", "jsdoc": "^3.3.0-beta1", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7", "karma-coverage": "^0.2.7", "karma-html-reporter": "^0.2.4", "karma-ie-launcher": "^0.1.5", "karma-jasmine": "^0.3.3", "karma-phantomjs-launcher": "^0.1.4", "karma-safari-launcher": "^0.1.1", "karma-verbose-reporter": "0.0.1", "phantomjs": "^1.9.15" }, "dependencies": { "angular": "^1.3.13", "noinfopath-helpers": "0.0.11" }, "maintainers": [ "noinfopath <adarian@imginconline.com>" ], "directories": { "test": "test" }, "keywords": [ "ODATA" ] }