-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1008 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
36
37
38
39
40
41
42
{
"name": "Buggy",
"version": "3.0.0",
"description": "A special Development-Framework",
"main": "buggy.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/LittleHelicase/Buggy.git"
},
"keywords": [
"Framework",
"Distributed"
],
"author": "Maximilian Klein",
"contributors": [
"Rasmus Buchmann",
"Andreas Tarnowsky"
],
"license": "GPL v3",
"readmeFilename": "README.md",
"gitHead": "c19834e3bb97636e5f283656221f14dde1f82bae",
"devDependencies": {
"chai": "~1.9.0",
"chai-things": "~0.2.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-livescript": "~0.5.1",
"grunt-mocha-cli": "~1.6.0",
"grunt-shell": "~0.7.0",
"handlebars": "~2.0.0-alpha.2",
"jsonlint": "^1.6.0",
"mocha": "~1.17.1",
"mocha-unfunk-reporter": "~0.4.0",
"prelude-ls": "~1.0.3",
"requirejs": "~2.1.10",
"yargs": "~1.2.1"
}
}