-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "rb_boilerplate",
"version": "0.1.0",
"description": "",
"main": "sources/js/rb_boilerplate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boffinHouse/rb_boilerplate.git"
},
"author": [
{
"name": "jeroen smit",
"email": "[email protected]",
"url": "http://github.com/j-smit"
},
{
"name": "Alexander Farkas",
"email": "[email protected]",
"url": "http://github.com/afarkas"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/boffinHouse/rb_boilerplate/issues"
},
"homepage": "https://github.com/boffinHouse/rb_boilerplate#readme",
"devDependencies": {
"assemble": "~0.4.42",
"blanket": "1.1.7",
"fs-extra": "^0.26.2",
"glob": "^6.0.1",
"grunt": "^0.4.5",
"grunt-auto-install": "^0.3.0",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsdoc": "^1.0.0",
"grunt-sass": "^1.1.0",
"grunt-scssglobbing": "^0.1.4",
"handlebars": "^4.0.5",
"handlebars-helper-partial": "^0.2.0",
"ink-docstrap": "^0.5.2",
"jit-grunt": "^0.9.1",
"lodash": "^3.10.1",
"qunitjs": "^1.20.0",
"rb_layout_defaults": "^0.1.13",
"sinon": "^1.17.2"
}
}