-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 934 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 934 Bytes
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
{
"name": "CakeTS",
"version": "0.9.15",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/LordZardeck/CakeTS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LordZardeck/CakeTS/issues"
},
"homepage": "https://github.com/LordZardeck/CakeTS",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-karma": "~0.8.2",
"grunt-tslint": "^0.4.1",
"grunt-typescript": "^0.3.6",
"gruntfile-gtx": "^0.2.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"tsd": "^0.5.7"
},
"dependencies": {
"karma-chrome-launcher": "^0.1.4"
}
}