-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "player-component",
"version": "0.0.0",
"description": "Angular video player component",
"main": "dist/index.html",
"scripts": {
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"engines": {
"node": "0.10.x"
},
"private": true,
"repository": "Eskrima/player-component",
"author": "Eskrima",
"homepage": "",
"devDependencies": {
"bower-webpack-plugin": "^0.1.8",
"chai": "^1.9.1",
"coffee-loader": "*",
"coffee-script": "~1.8.0",
"css-loader": "^0.9.1",
"exports-loader": "*",
"fb-flo": "*",
"file-loader": "^0.8.1",
"gulp": "~3.8.8",
"gulp-cached": "1.0.1",
"gulp-changed": "^1.0.0",
"gulp-git": "^0.5.1",
"gulp-util": "~3.0.1",
"imports-loader": "*",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
"karma-webpack": "^1.2.2",
"minimist": "1.1.0",
"mocha": "^1.21.4",
"ng-cache-loader": "0.0.9",
"ngmin-webpack-plugin": "^0.1.3",
"rimraf": "^2.2.8",
"sass-loader": "*",
"style-loader": "^0.9.0",
"url-loader": "^0.5.5",
"webpack": "^1.4.1-beta1",
"webpack-core": "^0.4.8"
}
}