๐Ÿ“ฆ JohanLorenzo / moz-checklists-presentation

๐Ÿ“„ package.json ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
  "name": "mozchecklists",
  "version": "0.0.0",
  "private": true,
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-sass": "^0.8.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "^0.10.0",
    "load-grunt-tasks": "^1.0.0", 
    "grunt-build-control": "^0.2.2",
    "grunt-coffeelint": "0.0.13"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.3.7"
  },
  "scripts": {
    "test": "grunt test"
  }
}