summaryrefslogtreecommitdiff
path: root/package.json
blob: f8e06b26398cfe258e0bd6479200de3f3d7d6941 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "scorpion",
  "version": "0.1.0",
  "dependencies": {},
  "devDependencies": {
    "chai": "~1.9",
    "grunt": "~0.4",
    "grunt-contrib-jshint": "~0.6",
    "grunt-contrib-uglify": "~0.2",
    "grunt-contrib-watch": "~0.6",
    "grunt-mocha-test": "~0.12",
    "mocha": "~1.21"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}