-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "Claylump",
"version": "0.0.6",
"description": "Web Components wrapper with Virtual DOM",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/testem ci",
"devel": "./node_modules/.bin/testem",
"build": "gulp build",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/ahomu/Claylump"
},
"author": "ahomu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahomu/Claylump/issues"
},
"homepage": "https://github.com/ahomu/Claylump",
"dependencies": {},
"devDependencies": {
"6to5-browserify": "~1.3.0",
"browserify": "~6.3.3",
"gulp": "~3.8.10",
"gulp-6to5": "~1.0.2",
"gulp-bump": "^0.1.11",
"gulp-debug": "~1.0.1",
"gulp-espower": "^0.10.0",
"gulp-flowtype": "~0.4.0",
"gulp-header": "~1.2.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0",
"mocha": "~2.0.1",
"power-assert": "~0.9.1",
"sinon": "^1.12.2",
"testem": "~0.6.18",
"vinyl-transform": "0.0.1",
"htmlparser": "^1.7.7",
"virtual-dom": "0.0.20",
"webcomponents.js": "~0.4.2"
}
}