summaryrefslogtreecommitdiff
path: root/package.json
blob: 2ff7b5b3d8cf84363b807e82f769d6ac77a0f879 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "injector",
  "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"
  }
}