ZeroOmega/omega-pac/package.json
FelisCatus 6c66169781 Update coffeelint to 1.16.0 and ignore some rules. Fix #967.
line_endings disabled due to git autocrlf.
indentation disabled due to bug with function argument wrapping.
2017-03-25 20:12:04 -04:00

35 lines
801 B
JSON

{
"name": "omega-pac",
"version": "0.0.1",
"private": true,
"main": "./index.js",
"devDependencies": {
"chai": "~1.9.1",
"coffee-script": "^1.7.1",
"coffeeify": "^0.7.0",
"coffeelint": "^1.16.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.0",
"grunt-coffeelint": "^0.0.13",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "~0.11.0",
"load-grunt-config": "^0.13.1",
"lolex": "^1.4.0",
"minifyify": "^4.1.1"
},
"dependencies": {
"ip-address": "^4.0.0",
"tldjs": "^1.5.2",
"uglify-js": "^2.4.15"
},
"browser": {
"uglify-js": "./uglifyjs-shim.js",
"uglify-js-real": "./uglifyjs.js"
},
"scripts": {
"dev": "npm link",
"test": "TZ=Europe/London grunt test"
}
}