-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "brick-select",
"version": "0.0.0",
"description": "A select input element, Brick-style",
"main": "dist/brick-select.html",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Firefox"
},
"author": "mozilla",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmorchard/brick-select/issues"
},
"homepage": "https://github.com/lmorchard/brick-select",
"browserify": {
"transform": [
"browserify-shim",
"html2js-browserify"
]
},
"browserify-shim": {},
"devDependencies": {
"browserify": "^6.0.2",
"browserify-shim": "^3.8.0",
"chai": "1.9.1",
"document-register-element": "^0.1.6",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-gh-pages": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"handlebars": "^2.0.0",
"html2js": "0.0.3",
"html2js-browserify": "0.0.2",
"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",
"karma-spec-reporter": "0.0.13",
"mocha": "1.20.1",
"vinyl-source-stream": "^1.0.0",
"webdriverio": "^2.2.3"
}
}