| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "seed-mvvm",
- "version": "0.3.1",
- "author": {
- "name": "Evan You",
- "email": "yyx990803@gmail.com",
- "url": "http://evanyou.me"
- },
- "license": "MIT",
- "description": "A mini front-end MVVM framework",
- "keywords": ["mvvm", "browser", "framework"],
- "main": "dist/seed.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/yyx990803/seed.git"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-watch": "~0.4.4",
- "grunt-component-build": "~0.3.0",
- "grunt-contrib-jshint": "~0.6.0",
- "grunt-mocha": "~0.4.0",
- "chai": "~1.7.2",
- "grunt-contrib-uglify": "~0.2.2"
- }
- }
|