-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.39 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "s51-whitmoretearooms-co-uk",
"homepage": "https://github.com/studio51/web-whitmoretearooms",
"version": "1.0.1",
"description": "Website for whitmoretearooms.co.uk , a tea room based in Whitmore, Newcastle-under-Lyme",
"author": "Vlad Radulescu",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:studio51/web-whitmoretearooms.git"
},
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"bower": "^1.4.1",
"bs-html-injector": "^2.0.4",
"cssnext": "^1.4.0",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "^0.1.0",
"grunt-cssbeautifier": "^0.1.2",
"grunt-cssnext": "^1.0.0",
"grunt-ftp-deploy": "^0.1.10",
"grunt-jade": "^0.5.1",
"grunt-postcss": "^0.4.0",
"grunt-sass": "^1.0.0",
"grunt-svgmin": "^2.0.1",
"matchdep": "^0.3.0"
},
"bugs": {
"url": "https://github.com/studio51/web-whitmoretearooms/issues"
},
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Grunt",
"HTML",
"CSS",
"JS",
"SASS",
"Jade",
"website",
"whitmoretearooms",
"studio51"
]
}