summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-network-information/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-08 12:37:03 -0500
committerJules Laplace <jules@okfoc.us>2016-11-08 12:37:03 -0500
commitef4f212fc1482136dba1e690ec589b315b4a377f (patch)
tree0b7e16d72567fafcfd3e08d7c5c591ad07a63458 /StoneIsland/plugins/cordova-plugin-network-information/package.json
parent5fa81da81260d65113f57a293b6256d334fe8e2d (diff)
build 0.7.0
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-network-information/package.json')
-rw-r--r--[-rwxr-xr-x]StoneIsland/plugins/cordova-plugin-network-information/package.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-network-information/package.json b/StoneIsland/plugins/cordova-plugin-network-information/package.json
index 452db88b..fd804b86 100755..100644
--- a/StoneIsland/plugins/cordova-plugin-network-information/package.json
+++ b/StoneIsland/plugins/cordova-plugin-network-information/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-network-information",
- "version": "1.0.1",
+ "version": "1.3.0",
"description": "Cordova Network Information Plugin",
"cordova": {
"id": "cordova-plugin-network-information",
@@ -41,6 +41,20 @@
"cordova-tizen",
"cordova-browser"
],
+ "scripts": {
+ "test": "npm run jshint",
+ "jshint": "jshint www && jshint src && jshint tests"
+ },
"author": "Apache Software Foundation",
- "license": "Apache 2.0"
+ "license": "Apache-2.0",
+ "engines": {
+ "cordovaDependencies": {
+ "2.0.0": {
+ "cordova": ">100"
+ }
+ }
+ },
+ "devDependencies": {
+ "jshint": "^2.6.0"
+ }
}