UNPKG

lettuce

Version:

Lettuce JS, Mini Mobile Framework for Romantic with DSL.

42 lines (40 loc) 1.06 kB
{ "name": "lettuce", "version": "0.0.8", "description": "生菜, Mini Mobile Framework for Romantic", "main": "dist/lettuce.js", "scripts": { "test": "grunt test;" }, "repository": { "type": "git", "url": "git://github.com/phodal/lettuce.git" }, "keywords": [ "lettuce", "framework", "mvvm", "mvc" ], "author": [ "Fengda HUANG <h@phodal.com>", "Song Yang <usay@outlook.com>" ], "license": "MIT", "readmeFilename": "README.md", "dependencies": { }, "devDependencies": { "grunt": "~0.4.1", "jasmine-ajax": "2.99.0", "grunt-replace": "0.8.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jasmine": "~0.8.0", "grunt-template-jasmine-istanbul": "0.3.1", "grunt-contrib-connect": "~0.9.0", "codeclimate-test-reporter": "0.0.4" } }