forked from Teller/fineui-start
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.
33 lines
789 B
33 lines
789 B
6 years ago
|
{
|
||
|
"name": "fineui-start",
|
||
|
"version": "1.0.0",
|
||
|
"description": "fineui start",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.1.2",
|
||
|
"eslint": "^4.12.0",
|
||
|
"eslint-plugin-prettier": "^2.3.1",
|
||
|
"express": "^4.15.2",
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-contrib-concat": "^1.0.1",
|
||
|
"grunt-contrib-connect": "^1.0.2",
|
||
|
"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",
|
||
|
"lodash": "^4.17.10",
|
||
|
"mocha": "^4.0.1",
|
||
|
"open": "0.0.5",
|
||
|
"prettier": "^1.8.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"grunt": "grunt",
|
||
|
"uglify": "grunt min",
|
||
|
"eslint": "eslint src --fix"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MIT"
|
||
|
}
|