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.

54 lines
1.3 KiB

8 years ago
{
7 years ago
"name": "h",
"license": "MIT",
7 years ago
"repository": {
"type": "git",
7 years ago
"url": "https://github.com/gittz/h.git"
7 years ago
},
7 years ago
"version": "1.0.0",
"description": "h",
"main": "dist/h.js",
7 years ago
"keywords": [
7 years ago
"javascript",
"mvvm",
"virtual dom"
7 years ago
],
7 years ago
"scripts": {
"start": "node server.js",
"build": "node build"
},
"dependencies": {
"console-polyfill": "^0.2.2",
"es5-shim": "^4.4.1",
"es6-promise": "^3.0.2",
"fetch-ie8": "^1.4.0",
"polyfill": "^0.1.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-avalon": "^1.0.0",
"codecov": "^1.0.1",
"es3ify": "^0.2.2",
"express": "^4.15.2",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^0.2.2",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^0.2.14",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"open": "0.0.5",
"rollup": "^0.36.3",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-sourcemaps": "^0.4.1",
"semicolon-less": "^0.7.0"
},
"bugs": {
"url": "https://github.com/gittz/fineui/issues"
}
8 years ago
}