-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
73 lines (73 loc) · 1.66 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "qwebirc",
"description": "webirc client",
"repository": "github.com/megawac/qwebirc-enhancements",
"version": "0.97.0",
"tags": [
"webirc",
"irc",
"irc client"
],
"author": {
"name": "Graeme Yeates",
"url": "github.com/megawac",
"email": "[email protected]"
},
"fork": {
"author": "Chris Porter",
"name": "qwebirc",
"url": "www.qwebirc.org"
},
"licence": {
"type": "GNU",
"url": "http://www.gnu.org/licenses/gpl.html",
"file": "licence.lic"
},
"scripts": {
"prepublish": "grunt",
"test": "grunt test"
},
"optionalDependencies": {
"grunt-contrib-jshint": "0.10",
"grunt-express": "~1.2.1",
"grunt-mocha": "0.4",
"expect.js": "0.3",
"express": "4.0",
"mocha": "1.18",
"sinon": "~1.9.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "~0.7.2",
"grunt-concat-in-order": "~0.1",
"grunt-contrib-concat": "0.3",
"grunt-contrib-csslint": "0.2",
"grunt-contrib-cssmin": "0.7",
"grunt-contrib-handlebars": "0.7",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-uglify": "0.3",
"grunt-csscomb": "2.0",
"grunt-file-info": "~1.0.4",
"grunt-html-build": "0.3",
"grunt-release": "0.7",
"lodash": "https://github.com/lodash/lodash/tarball/10adb686248793fd0f3e237c3928719c6d88e5b5",
"toSrc": "~0.1.3"
},
"frontend-dependencies": {
"twbs": {
"version": "3.1.1"
},
"mootools": {
"version": "1.4.5"
},
"respond": {
"version": "1.4"
},
"soundManager": {
"version": "2.97a.20130512"
},
"Handlebars": {
"version": "1.0.0"
}
}
}