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

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