| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "seed",
- "version": "0.5.0",
- "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": "src/main.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/yyx990803/seed.git"
- },
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-component-build": "~0.4.1",
- "grunt-contrib-jshint": "~0.7.1",
- "grunt-contrib-uglify": "~0.2.7",
- "grunt-mocha": "~0.4.1",
- "jscoverage": "~0.3.8",
- "jshint-stylish": "0.1.3"
- }
- }
|