forked from shadowsocks/shadowsocks-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"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",
"grunt-cli": "~0.1.11",
"grunt-gh-pages": "~v2.0.0",
"q": "0.8.12",
"q-io": "1.5.2",
"namp": "0.2.25",
"jade": "0.28.1",
"marked": "~0.3.6",
"semver": "~4.3.2"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/karma-runner/karma-runner.github.com.git"
},
"author": "Friedel Ziegelmayer",
"license": "MIT"
}