Blame view
package.json
402 Bytes
277bf0713 add gitignore |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{ "name": "gulu-vue", "version": "1.0.0", "description": "thie is a new gulu project base on vue", "main": "main.js", "dependencies": {}, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://121.40.31.31:8888/jp/gulu-vue.git" }, "keywords": [], "author": "", "license": "ISC" } |