-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "glazier",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/yapplabs/glazier.git"
},
"author": "Yapp Labs",
"license": "MIT",
"readmeFilename": "README.md",
"assetHost": "https://glazier.s3.amazonaws.com",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.6.0",
"grunt-es6-module-transpiler": "git://github.com/stefanpenner/grunt-es6-module-transpiler.git",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-ember-templates": "~0.4.15",
"grunt-contrib-qunit": "~0.2.1",
"grunt-connect-proxy": "~0.1.2",
"proxy-middleware": "~0.3.2",
"grunt-shell": "~0.2.2",
"grunt-md5": "~0.1.10",
"grunt-s3": "~0.2.0-alpha.1",
"grunt-contrib-handlebars": "~0.5.8",
"grunt-contrib-uglify": "~0.2.1",
"glob": "~3.2.1",
"jsframe": "~0.1.0-3",
"growl": "~1.7.0",
"matchdep": "~0.1.2",
"grunt-contrib-sass": "~0.4.1",
"connect-livereload": "~0.2.0",
"lockfile": "~0.4.0",
"rsvp": "~2.0.1"
}
}