-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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": "happyfuntimes",
"description": "happyfuntimes framework",
"version": "0.0.47",
"private": true,
"scripts": {
"test": "node node_modules/mocha/bin/mocha --recursive",
"start": "node start.js --app-mode"
},
"dependencies": {
"almond": "^0.3.0",
"asks": "^1.0.2",
"cli-color": "^0.3.2",
"connect-busboy": "0.0.2",
"debug": "0.7.4",
"express": "^4.4.1",
"filesize": "^3.1.2",
"github": "git+https://github.com/greggman/node-github.git#46a5e454079d2e1ee6f378ade6aaef39bd64da93",
"hanson": "^1.1.1",
"iniparser": "^1.0.5",
"inmemfilecache": "0.0.5",
"jszip": "^2.5.0",
"launchpadlite": "^0.3.5",
"mime": "1.2.11",
"mkdirp": "^0.5.0",
"moxie-zip": "0.0.3",
"native-dns": "^0.7.0",
"native-msg-box": "0.1.6",
"optionator": "^0.4.0",
"promise": "^5.0.0",
"requirejs": "^2.1.18",
"rest-url": "0.0.4",
"semver": "^2.3.1",
"sprintf-js": "0.0.7",
"tmp": "0.0.23",
"traceur": "0.0.90",
"underscore": "^1.7.0",
"ws": "0.4.31"
},
"devDependencies": {
"eslint": "^0.18.0",
"eslint-plugin-google-camelcase": "0.0.1",
"eslint-plugin-one-variable-per-var": "0.0.1",
"eslint-plugin-optional-comma-spacing": "0.0.3",
"eslint-plugin-require-trailing-comma": "0.0.1",
"feed": "^0.2.6",
"glob": "^5.0.5",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-eslint": "^10.0.0",
"grunt-jsdoc": "^0.5.6",
"handlebars": "^3.0.2",
"marked": "^0.3.3",
"mocha": "^1.20.1",
"request": "^2.40.0",
"should": "^7.0.2",
"sitemap": "^0.8.1",
"xml2js": "^0.4.8"
}
}