-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "autocompleted-select",
"version": "0.1.0",
"description": "Select Web Component with autocompletion. Based on RxJS and VirtualDOM.",
"main": "src/js/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/erykpiast/autocompleted-select.git"
},
"keywords": [
"browserify",
"require",
"seed",
"boilerplate"
],
"author": "Eryk Napierała <eryk.piast@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/erykpiast/autocompleted-select/issues"
},
"homepage": "https://github.com/erykpiast/autocompleted-select",
"dependencies": {
"cyclejs": "~0.20",
"cyclejs-group": "~0.3",
"foreach": "~2.0",
"map-values": "~1.0",
"ramda": "~0.13"
},
"devDependencies": {
"aliasify": "~1.7",
"babelify": "~6.0",
"brfs": "~1.4",
"browserify": "9.0.4",
"chai": "~2.1",
"chai-equal-collection": "erykpiast/chai-equal-collection",
"cyclejs": "~0.20",
"cyclejs-mock": "~0.1",
"extend": "~2.0",
"glob": "~5.0",
"gulp": "~3.8",
"gulp-autoprefixer": "~2.1",
"gulp-connect": "~2.2",
"gulp-copy": "~0.0",
"gulp-jshint": "~1.10",
"gulp-karma": "~0.0",
"gulp-sass": "~1.3",
"gulp-sourcemaps": "~1.3",
"gulp-util": "~3.0",
"jshint-stylish": "~1.0",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-mocha": "~0.1",
"karma-mocha-reporter": "~1.0",
"karma-phantomjs-launcher": "~0.1",
"lodash.assign": "^3.0.0",
"lodash.foreach": "~3.0",
"mocha": "~2.2",
"proxyquireify": "~1.2",
"run-sequence": "~1.0",
"vinyl-source-stream": "~1.1",
"watchify": "~3.1"
}
}