-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
{
"name": "drywall-web",
"description": "GitHub Issues visualisation tool",
"version": "1.0.0",
"private": true,
"homepage": "https://drywall.cf.sg",
"author": "Drywall Contributors <drywall@cf.sg>",
"repository": "github:drywallio/drywall-web",
"license": "UNLICENSED",
"scripts": {
"postinstall": "bower install && grunt",
"test": "grunt test",
"start": "grunt prod",
"deploy": "commonshost deploy"
},
"dependencies": {
"@commonshost/cli": "^4.1.0",
"backbone": "1.2.3",
"handlebars": "2.0.0",
"requirejs": "2.1.22",
"underscore": "1.8.3"
},
"devDependencies": {
"bower": "^1.8.8",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-lintspaces": "^0.8.5",
"grunt-open": "0.2.3",
"grunt-rev": "0.1.0",
"grunt-usemin": "^3.1.1",
"load-grunt-config": "^1.0.1",
"normalize": "0.3.1"
},
"engines": {
"node": ">=11.11.0",
"npm": ">=6.7.0"
}
}