prefix-property
Version:
Vendor-prefix any property.
62 lines (61 loc) • 2.23 kB
JSON
{
"name": "prefix-property",
"version": "1.0.23",
"description": "Vendor-prefix any property.",
"author": "Jeff Hanson",
"license": "MIT",
"keywords": [
"prefix",
"property",
"vendor",
"detect",
"css",
"js"
],
"main": "dist/prefix-property.js",
"scripts": {
"start": "npm run dev",
"dev": "node_modules/.bin/parallelshell 'npm run build-watch' 'npm run test-watch'",
"test": "npm run lint && npm run test-node",
"test-watch": "node_modules/.bin/parallelshell 'npm run lint-watch' 'npm run test-node-watch'",
"test-browser": "open test/test.html",
"test-node": "node_modules/.bin/mocha test/test",
"test-node-watch": "node_modules/.bin/watch 'npm run test-node' test src",
"build": "npm run webpack && node_modules/.bin/parallelshell 'npm run webpack-test' 'npm run uglify'",
"build-watch": "node_modules/.bin/parallelshell 'npm run webpack-watch' 'npm run webpack-test-watch'",
"webpack": "node_modules/.bin/webpack",
"webpack-watch": "npm run webpack -- --watch",
"webpack-test": "npm run webpack -- --config webpack.test.config.js",
"webpack-test-watch": "npm run webpack-test -- --watch",
"uglify": "node_modules/.bin/uglifyjs dist/prefix-property.js -c -m -o dist/prefix-property.min.js",
"lint": "node_modules/.bin/eslint src test --ignore-pattern ./**/*/*.{compiled,min}.js --quiet",
"lint-watch": "node_modules/.bin/watch 'npm run lint' test src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jshanson7/prefix-property.git"
},
"bugs": {
"url": "https://github.com/jshanson7/prefix-property/issues"
},
"homepage": "https://github.com/jshanson7/prefix-property#readme",
"dependencies": {},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"coveralls": "^2.11.4",
"eslint-loader": "^1.1.0",
"eslint": "^1.6.0",
"json-loader": "^0.5.3",
"lodash": "^3.10.1",
"mocha": "^2.3.3",
"mocha-loader": "^0.7.1",
"mocha-lcov-reporter": "^1.0.0",
"parallelshell": "^2.0.0",
"uglifyjs": "^2.4.10",
"watch": "^0.16.0",
"webpack": "^1.12.2"
}
}