-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 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
30
31
32
33
34
35
36
37
38
{
"name": "cheesecake-core",
"version": "0.0.9",
"description": "View abstraction framework - simple framework that allows json templates to be used with a frontend framework for view construction",
"scripts": {
"test": "test"
},
"files": [
"build/"
],
"repository": {
"type": "git",
"url": "git://github.com/DNR500/cheesecake.git"
},
"bugs": {
"url": "https://github.com/DNR500/cheesecake/issues"
},
"homepage": "https://github.com/DNR500/cheesecake",
"keywords": [
"Node",
"Express"
],
"author": "Nathan Richards <nathan.richards@bbc.co.uk>",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-exec": "^0.4.6",
"grunt-jsonlint": "^1.0.4",
"grunt-open": "^0.2.3",
"grunt-plato": "^1.2.1",
"install": "^0.1.8",
"npm": "^2.11.1"
}
}