-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.36 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
{
"name": "FDchat",
"version": "0.0.1",
"homepage": "https://github.com/FairyDwarves/FDchat",
"description": "FairyDwarves chat client",
"license": "BSD-3-Clause",
"main": "gruntfile.js",
"directories": {
"src": "src"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/FairyDwarves/FDchat.git"
},
"author": {
"name": "Asmodehn",
"homepage": "http://github.com/asmodehn"
},
"contributors": [
{
"name": "XorfacX",
"homepage": "http://github.com/xorfacx"
}
],
"bugs": {
"url": "https://github.com/FairyDwarves/FDchat/issues"
},
"keywords": [
"JavaScript",
"Dojo",
"FairyDwarves",
"Chat"
],
"devDependencies": {
"connect-livereload": "~0.3.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "latest",
"grunt-contrib-stylus": "~0.21.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-copy": "^0.1.0",
"grunt-cordova-cli": "^0.1.0",
"grunt-cordova-ng": "^0.2.4",
"grunt-dojo": "~0.2.0",
"grunt-gh-pages": "^0.9.1",
"grunt-minify-html": "~2.0.0",
"grunt-open": "~0.2.3",
"grunt-processhtml": "^0.3.7",
"intern": "~2.0.3",
"stylus": "~0.48.1",
"uglify-js": "^2.4.19"
},
"engines": {
"node": ">=0.8.0"
}
}