added engines to package.json
This commit is contained in:
parent
1848efa87c
commit
633ae8793c
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "specs-crepe",
|
||||
"version": "0.0.1",
|
||||
"author": "Victor Nguyen @victornguyen",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node app"
|
||||
|
@ -11,5 +12,9 @@
|
|||
"jsdom": "0.3.4",
|
||||
"request": "2.12.0",
|
||||
"underscore": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.8.x",
|
||||
"npm": "1.1.x"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue