vue hello world项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
541 B

{
"name": "utila",
"version": "0.4.0",
"description": "notareplacementforunderscore",
"main": "lib/utila.js",
"devDependencies": {
"coffee-script": "~1.6.3",
"little-popo": "~0.1"
},
"scripts": {
"prepublish": "coffee --bare --compile --output ./lib ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/AriaMinaei/utila.git"
},
"keywords": [
"utilities"
],
"author": "Aria Minaei",
"license": "MIT",
"bugs": {
"url": "https://github.com/AriaMinaei/utila/issues"
}
}