-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 875 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 875 Bytes
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
{
"name": "BuggyWeb",
"description": "Buggy Web Development framework based on dataflow.js",
"version": "0.1.0",
"homepage": "http://buggyorg.github.io/Buggy/",
"author": "Maximilian Klein",
"repository": {
"type": "git",
"url": "git@github.com:BuggyOrg/BuggyWeb.git"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/BuggyOrg/BuggyWeb/blob/master/LICENSE"
}
],
"dependencies": {},
"keywords": [],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-config-merge": "^1.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"handlebars": "^2.0.0-alpha.4"
}
}