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.
47 lines
1.1 KiB
47 lines
1.1 KiB
{ |
|
"name": "fineui", |
|
"version": "1.1.2", |
|
"description": "fineui", |
|
"main": "index.js", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"chai": "^4.2.0", |
|
"express": "^4.15.2", |
|
"grunt": "^1.0.1", |
|
"grunt-contrib-clean": "^1.1.0", |
|
"grunt-contrib-concat": "^1.0.1", |
|
"grunt-contrib-connect": "^1.0.2", |
|
"grunt-contrib-copy": "^1.0.0", |
|
"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", |
|
"karma": "^3.1.4", |
|
"karma-chai": "^0.1.0", |
|
"karma-chrome-launcher": "^2.2.0", |
|
"karma-coverage": "^1.1.2", |
|
"karma-mocha": "^1.3.0", |
|
"mocha": "^5.2.0", |
|
"open": "0.0.5" |
|
}, |
|
"scripts": { |
|
"grunt": "grunt", |
|
"start": "node server.js", |
|
"build": "grunt build", |
|
"compile": "grunt compile", |
|
"fake": "grunt fake-build", |
|
"test": "karma start" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://git.coding.net/fanruan/fineui.git" |
|
}, |
|
"keywords": [ |
|
"ui", |
|
"fineui", |
|
"finebi" |
|
], |
|
"author": "fanruan", |
|
"license": "MIT" |
|
}
|
|
|