package.json
{
"name": "lettuce",
"version": "0.2.4",
"description": "Lettuce JS, Mini Mobile Framework for Romantic with DSL.",
"main": "dist/lettuce.js",
"scripts": {
"test": "grunt test;"
},
"repository": {
"type": "git",
"url": "git://github.com/phodal/lettuce.git"
},
"keywords": [
"lettuce",
"framework",
"mvvm",
"mvc",
"dsl"
],
"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.3",
"grunt-contrib-connect": "~0.9.0",
"codeclimate-test-reporter": "0.0.4"
}
}