forked from lukechesser/Montreal-Collective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "montreal-collective",
"version": "0.3.0",
"description": "website and resources for montrealcollective.com",
"main": "index.js",
"dependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-notify": "~0.2.16",
"grunt-contrib-less": "~0.8.3",
"grunt-autoprefixer": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-webfont": "~0.2.2",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-shell": "~0.6.1",
"grunt-contrib-cssmin": "~0.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luke Chesser <luke.chesser@me.com> (http://imluke.me/)",
"license": "MIT"
}