forked from fanruan/fineui
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.
53 lines
1.3 KiB
53 lines
1.3 KiB
{ |
|
"name": "h", |
|
"license": "MIT", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/gittz/h.git" |
|
}, |
|
"version": "1.0.0", |
|
"description": "h", |
|
"main": "dist/h.js", |
|
"keywords": [ |
|
"javascript", |
|
"mvvm", |
|
"virtual dom" |
|
], |
|
"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" |
|
} |
|
}
|
|
|