-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "Link-SF",
"version": "v0.0.1",
"engines": {},
"repository": {
"type": "git",
"url": "git://github.com/zendesk/linksf.git"
},
"license": "Apache-2.0",
"contributors": [
{ "name": "Benjamin Osheroff" },
{ "name": "Igor Justino de Souza" },
{ "name": "Rose Trujillo" },
{ "name": "Shajith Chacko" },
{ "name": "Kenshiro Nakagawa" }
],
"devDependencies": {
"grunt-autoprefixer": "^2.1.0",
"grunt-aws-s3": "^0.10.0",
"grunt-browserify": "~3.2.1",
"grunt-cachebuster": "~0.1.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "^0.4.2",
"grunt-preprocess": "^4.1.0",
"node-sass": "1.2.2",
"grunt-sass": "0.18.0",
"grunt-shell": "^1.1.1",
"grunt-simple-mocha": "~0.4.0",
"handlebars": "~2.0.0",
"hbsfy": "~2.2.1",
"localStorage": "~1.0.3",
"should": "~4.4.2",
"underscore": "~1.7.0",
"xmlhttprequest": "~1.6.0"
},
"scripts": {
"test": "grunt"
}
}