123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "ov-secure-data-manager",
- "version": "1.4.0",
- "private": true,
- "scripts": {
- "postinstall": "cd node_modules/lib-parent-grunt/ && npm install"
- },
- "dependencies": {},
- "devDependencies": {
- "body-parser": "1.13.0",
- "bower": "^1.8.2",
- "express": "4.12.4",
- "grunt": "~0.4.5",
- "grunt-angular-gettext": "*",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-clean": "*",
- "grunt-contrib-compress": "0.13.0",
- "grunt-contrib-concat": "*",
- "grunt-contrib-copy": "*",
- "grunt-contrib-cssmin": "*",
- "grunt-contrib-sass": "1.0.0",
- "grunt-contrib-uglify": "*",
- "grunt-contrib-watch": "*",
- "grunt-express": "^1.4.1",
- "grunt-freddie": "*",
- "grunt-html2js": "*",
- "grunt-karma": "0.12.0",
- "grunt-ng-annotate": "*",
- "grunt-node-webkit-builder": "*",
- "grunt-openport": "*",
- "grunt-sass": "^2.0.0",
- "install": "*",
- "jasmine-core": "2.3.4",
- "karma": "0.13.3",
- "karma-coverage": "0.3.0",
- "karma-jasmine": "0.3.6",
- "karma-junit-reporter": "0.2.2",
- "karma-phantomjs-launcher": "0.2.1",
- "karma-spec-reporter": "0.0.26",
- "lib-parent-grunt": "https://nexus.scytl.net/content/repositories/releases//com/scytl/frontend/javascript/lib-parent-grunt/0.3.14/lib-parent-grunt-0.3.14.tgz",
- "lodash": "^4.16.6",
- "matchdep": "*",
- "phantomjs": "1.9.18",
- "searchjs": "*",
- "stable": "*",
- "temporary": "*"
- },
- "peerDependencies": {
- "grunt-parallel": "^0.5.1"
- }
- }
|