-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1017 Bytes
/
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
{
"name": "bugzilla-ember",
"namespace": "bugzilla",
"version": "0.0.0",
"description": "A [Bugzilla](https://bugzilla.mozilla.org) frontend written in Ember.js.",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ebryn/bugzilla-ember.git"
},
"author": "",
"license": "BSD",
"devDependencies": {
"grunt-contrib-connect": "~0.3.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-es6-module-transpiler": "~0.4.0",
"glob": "~3.2.1",
"matchdep": "~0.1.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-ember-templates": "~0.4.10",
"string": "~1.4.0",
"grunt-sass": "~0.6.0",
"lockfile": "~0.4.0"
}
}