chushihua
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "dom7",
|
||||
"version": "2.1.5",
|
||||
"description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
|
||||
"main": "dist/dom7.js",
|
||||
"types": "dist/dom7.d.ts",
|
||||
"jsnext:main": "dist/dom7.module.js",
|
||||
"module": "dist/dom7.module.js",
|
||||
"scripts": {
|
||||
"build-dev": "cross-env NODE_ENV=development gulp build",
|
||||
"build-prod": "cross-env NODE_ENV=production gulp build",
|
||||
"dev": "cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp demo && gulp server",
|
||||
"prod": "cross-env NODE_ENV=production gulp demo && cross-env NODE_ENV=production gulp server",
|
||||
"test": "npm run build-dev"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nolimits4web/dom7.git"
|
||||
},
|
||||
"keywords": [
|
||||
"dom",
|
||||
"dom7",
|
||||
"jquery",
|
||||
"mobile",
|
||||
"framework7"
|
||||
],
|
||||
"author": "Vladimir Kharlampidi",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nolimits4web/dom7/issues"
|
||||
},
|
||||
"homepage": "http://framework7.io/docs/dom.html",
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-connect": "^5.7.0",
|
||||
"gulp-header": "^2.0.7",
|
||||
"gulp-modify-file": "^1.0.1",
|
||||
"gulp-open": "^3.0.1",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"rollup": "^1.1.2",
|
||||
"rollup-plugin-buble": "^0.19.6",
|
||||
"rollup-plugin-node-resolve": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ssr-window": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user