-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.38 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "migme-surfboard",
"version": "2.0.1",
"description": "Widget to embed Migme in web apps",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "grunt test",
"codecov": "cat coverage/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/migme/surfboard.git"
},
"author": "Migme (https://mig.me)",
"contributors": [
"Ed Moore <eddie.moore@gmail.com>",
"Sebastiaan Deckers <seb@ninja.sg>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/migme/surfboard/issues"
},
"homepage": "https://github.com/migme/surfboard",
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"babel": "^5.6.14",
"bubbly": "^1.0.2",
"domready": "^1.0.8",
"insert-css": "cbas/insert-css",
"migme-beachball": "^4.0.0",
"parasol": "^1.0.1",
"webcomponents.js": "^0.7.2"
},
"devDependencies": {
"babel-eslint": "^3.1.20",
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"browserify-istanbul": "^0.2.1",
"chai": "^3.0.0",
"codecov.io": "^0.1.4",
"dom4": "^1.4.6",
"event-target-shim": "^1.0.5",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-exorcise": "^2.1.0",
"grunt-karma": "^0.11.2",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"isparta": "^3.0.3",
"istanbul": "^0.3.17",
"jade": "^1.11.0",
"jadeify": "^4.3.0",
"karma": "^0.12.37",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "^0.1.6",
"karma-html-reporter": "^0.2.6",
"karma-json-reporter": "^1.1.0",
"karma-mocha": "^0.2.0",
"karma-sauce-launcher": "^0.2.14",
"karma-sinon-chai": "^1.0.0",
"karma-source-map-support": "^1.0.0",
"karma-spec-reporter": "0.0.19",
"load-grunt-config": "^0.17.1",
"lodash.assign": "^3.2.0",
"minimist": "^1.1.1",
"mocha": "^2.2.5",
"nib": "^1.1.0",
"source-map": "0.4.2",
"standard": "^4.5.2",
"stylify": "damonoehlman/stylify#master",
"tape": "^4.0.0",
"time-grunt": "^1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
}
}