forked from fanruan/fineui
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.
24 lines
546 B
24 lines
546 B
{ |
|
"name": "fineui", |
|
"version": "1.0.0", |
|
"description": "fineui", |
|
"main": "index.js", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"express": "^4.15.2", |
|
"grunt": "^1.0.1", |
|
"grunt-contrib-concat": "^1.0.1", |
|
"grunt-contrib-cssmin": "^1.0.1", |
|
"grunt-contrib-jshint": "^1.0.0", |
|
"grunt-contrib-less": "^1.4.1", |
|
"grunt-contrib-uglify": "^1.0.1", |
|
"grunt-contrib-watch": "^1.0.0", |
|
"open": "0.0.5" |
|
}, |
|
"scripts": { |
|
"grunt": "grunt", |
|
"start": "node server.js" |
|
}, |
|
"author": "", |
|
"license": "MIT" |
|
}
|
|
|