add `engines` property to package.json

This commit is contained in:
Gordon Hall 2014-03-18 12:57:04 -04:00
parent 56cb3ffa9a
commit ce76edf8a5
1 changed files with 4 additions and 1 deletions

View File

@ -76,5 +76,8 @@
"commander": "~2.1.0",
"browser-pack": "~2.0.1"
},
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}