forked from shadowsocks/shadowsocks-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 785 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
{
"name": "karma-runner.github.com",
"version": "0.0.1",
"private": true,
"description": "",
"main": "",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-sitemap": "~1.2.1",
"q": "0.8.12",
"q-io": "1.5.2",
"namp": "0.2.25",
"jade": "0.28.1",
"marked": "~0.2.8",
"semver": "~2.0.10"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/karma-runner/karma-runner.github.com.git"
},
"author": "Friedel Ziegelmayer",
"license": "MIT"
}