-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.66 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
67
68
69
{
"name": "bespoke-timeview",
"version": "1.0.0",
"description": "Time line feature for bespoke",
"homepage": "https://github.com/M3kH/bespoke-timeview",
"bugs": "https://github.com/M3kH/bespoke-timeview/issues",
"author": {
"name": "Mauro Mandracchia",
"url": "https://github.com/M3kH",
"email": "[email protected]"
},
"main": "./dist/bespoke-timeview.js",
"repository": {
"type": "git",
"url": "git://github.com/M3kH/bespoke-timeview.git"
},
"scripts": {
"test": "gulp",
"coveralls": "gulp coveralls"
},
"peerDependencies": {
"bespoke": ">=1.0.0"
},
"devDependencies": {
"bespoke": "^1.0.0",
"bespoke-classes": "^1.0.0",
"bespoke-keys": "^1.0.0",
"bespoke-touch": "^1.0.0",
"browserify": "^4.1.5",
"function-bind": "^0.1.0",
"gulp": "^3.5.1",
"gulp-clean": "^0.2.4",
"gulp-coveralls": "^0.1.0",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.3.4",
"gulp-karma": "0.0.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"istanbul": "^0.2.11",
"jshint-stylish": "^0.1.5",
"karma": "^0.10.9",
"karma-browserify": "^0.2.1",
"karma-coverage": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"superviewify": "^0.4.2",
"superviews.js": "^0.4.2",
"vinyl-buffer": "0.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^0.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "MIT"
}
],
"keywords": [
"bespoke-plugin"
],
"dependencies": {
"incremental-dom": "^0.4.1",
"moment": "^2.13.0",
"superviews.js": "^0.4.3"
}
}