This repository was archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.48 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
{
"name": "clappr-samples",
"version": "1.0.0",
"description": "A collection of samples and examples on how to work with Clappr.",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/webpack --quiet --no-info",
"release": "node_modules/.bin/webpack --quiet --no-info -d --optimize-mangle --optimize-dedupe --optimize-occurence-order --output-filename clappr-samples.min.js",
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --content-base public/ --output-public-path latest/ --hot",
"test": ""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/clappr/clappr-samples.git"
},
"keywords": [
"clappr",
"plugin",
"samples"
],
"author": "Bruno Torres <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clappr/clappr-samples/issues"
},
"homepage": "https://github.com/clappr/clappr-samples#readme",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"clappr": "^0.2.47",
"clappr-zepto": "0.0.4",
"clean-webpack-plugin": "^0.1.8",
"compass-mixins": "^0.12.7",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}