-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "jtal",
"version": "0.0.5",
"description": "Project to accompany cheesecake (https://github.com/DNR500/cheesecake) - allowing views to be created with the TAL framework using a declaritive json format",
"main": " ",
"repository": {
"type": "git",
"url": "git://github.com/DNR500/jtal-adapter.git"
},
"bugs": {
"url": "https://github.com/DNR500/jtal-adapter/issues"
},
"homepage": "https://github.com/DNR500/jtal-adapter",
"scripts": {
"test": "grunt test"
},
"keywords": [
"cheesecake"
],
"author": "Nathan Richards",
"license": " ",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^0.9.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",
"jsonfile": "^2.2.1",
"z-schema": "^3.16.0"
},
"dependencies": {
"cheesecake-core": "0.0.9",
"tal": "^3.0.4"
}
}