|
|
@@ -0,0 +1,36 @@
|
|
|
+{
|
|
|
+ "name": "vue",
|
|
|
+ "version": "0.10.5",
|
|
|
+ "author": "Evan You <yyx990803@gmail.com>",
|
|
|
+ "license": "MIT",
|
|
|
+ "description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
|
|
+ "keywords": [
|
|
|
+ "mvvm",
|
|
|
+ "browser",
|
|
|
+ "framework"
|
|
|
+ ],
|
|
|
+ "main": "src/vue.js",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yyx990803/vue.git"
|
|
|
+ },
|
|
|
+ "bugs": "https://github.com/yyx990803/vue/issues",
|
|
|
+ "homepage": "http://vuejs.org",
|
|
|
+ "scripts": {
|
|
|
+ "test": "grunt travis"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "browserify": "^4.2.0",
|
|
|
+ "grunt": "^0.4.5",
|
|
|
+ "grunt-browserify": "^2.1.3",
|
|
|
+ "grunt-karma": "^0.8.3",
|
|
|
+ "karma": "^0.12.16",
|
|
|
+ "karma-browserify": "^0.2.1",
|
|
|
+ "karma-chrome-launcher": "^0.1.4",
|
|
|
+ "karma-commonjs": "0.0.10",
|
|
|
+ "karma-firefox-launcher": "^0.1.3",
|
|
|
+ "karma-jasmine": "^0.1.5",
|
|
|
+ "karma-phantomjs-launcher": "^0.1.4",
|
|
|
+ "karma-safari-launcher": "^0.1.1"
|
|
|
+ }
|
|
|
+}
|