-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "brick-deck",
"version": "0.1.0",
"description": "A box element in which cards can be cycled independently of order with a variety of different transitions.",
"main": "dist/brick-deck.html",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/mozbrick/brick-deck.git"
},
"keywords": [
"brick",
"webcomponent"
],
"author": "mozilla",
"license": "ISC",
"bugs": {
"url": "https://github.com/mozbrick/brick-deck/issues"
},
"homepage": "https://github.com/mozbrick/brick-deck",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.7.0",
"gulp-autoprefixer": "0.0.8",
"gulp-bower-dist": "^0.1.1",
"gulp-bump": "^0.1.8",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.5",
"gulp-gh-pages": "^0.3.3",
"gulp-helptext": "0.0.6",
"gulp-jshint": "^1.6.1",
"gulp-rename": "^1.2.0",
"gulp-rm": "^0.2.0",
"gulp-stylus": "^1.0.1",
"gulp-util": "^3.0.0",
"gulp-vulcanize": "^0.2.1",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"mocha": "^1.20.1"
},
"dependencies": {}
}