UNPKG

jengine

Version:

A Powerful javascript framework to build your website/application

60 lines (59 loc) 1.58 kB
{ "name": "jengine", "version": "0.2.7", "description": "A Powerful javascript framework to build your website/application", "main": "jEngine.js", "scripts": { "test": "grunt test", "posttest": "grunt uglify:min", "prebuild": "npm install", "build": "grunt build" }, "repository": { "type": "git", "url": "https://github.com/jstools/jEngine.git" }, "keywords": [ "javascript", "jstools", "framework" ], "author": "Jesús Manuel Germade Castiñeiras <jesus@germade.es>", "license": "MIT", "bugs": { "url": "https://github.com/jstools/jEngine/issues" }, "homepage": "https://github.com/jstools/jEngine", "dependencies": { "jengine-fn": "^0.1.60", "jqlite": "^0.2.10", "jq-plugin": "^0.1.0", "jengine-cookie": "^0.1.0", "jengine-events": "^0.1.3", "jengine-http": "0.0.30", "jengine-promise": "^0.1.3", "jengine-scope": "0.0.11", "jengine-template": "^0.1.2", "jengine-utils": "0.0.26" }, "devDependencies": { "grunt": "*", "grunt-contrib-clean": "*", "grunt-contrib-concat": "*", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "*", "grunt-increase-version": "*", "grunt-karma": "^0.10.1", "grunt-shell": "*", "jasmine": "^2.1.1", "jasmine-core": "^2.1.3", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7", "karma-firefox-launcher": "^0.1.4", "karma-jasmine": "^0.3.2", "karma-story-reporter": "^0.3.1", "load-grunt-tasks": "*", "package-manager": "0.0.16", "time-grunt": "*" } }