fineui是帆软报表和BI产品线所使用的前端框架。
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.

35 lines
735 B

7 years ago
{
7 years ago
"name": "fineui",
7 years ago
"version": "1.1.1",
7 years ago
"description": "fineui",
7 years ago
"main": "index.js",
7 years ago
"dependencies": {},
7 years ago
"devDependencies": {
7 years ago
"express": "^4.15.2",
7 years ago
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
7 years ago
"grunt-contrib-less": "^1.4.1",
7 years ago
"grunt-contrib-uglify": "^1.0.1",
7 years ago
"grunt-contrib-watch": "^1.0.0",
"open": "0.0.5"
7 years ago
},
"scripts": {
7 years ago
"grunt": "grunt",
7 years ago
"start": "node server.js",
"uglify": "grunt min"
7 years ago
},
7 years ago
"repository": {
"type": "git",
"url": "https://git.coding.net/fanruan/fineui.git"
},
"keywords": [
"ui",
"fineui",
"finebi"
],
"author": "fanruan",
7 years ago
"license": "MIT"
7 years ago
}