-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 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
47
48
49
50
{
"author": "Arijus Šukys <[email protected]>",
"name": "orodarius",
"description": "Youtube player for Reddit",
"version": "0.0.2",
"homepage": "https://github.com/argshook/orodarius",
"repository": {
"type": "git",
"url": "https://github.com/argshook/orodarius"
},
"scripts": {
"install": "webdriver-manager update",
"postinstall": "bower install",
"start": "brunch w -s",
"dev": "brunch w",
"prod": "brunch b -p -d",
"test": "karma start karma.conf.js",
"test-single": "karma start karma.conf.js --single-run"
},
"devDependencies": {
"babel-brunch": "^6.0.0",
"sass-brunch": "~1.9.2",
"babel-preset-es2015": "^6.3.13",
"bower": "~1.7.2",
"browser-sync-brunch": "~0.0.9",
"brunch": "~2.2.0",
"clean-css-brunch": "~1.8.0",
"coveralls": "^2.11.6",
"css-brunch": "~1.7.0",
"es5-shim": "^4.4.1",
"javascript-brunch": "~1.8.0",
"karma": "~0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "0.2.2",
"karma-cli": "~0.1.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "~0.2.3",
"karma-requirejs": "~0.2.3",
"karma-script-launcher": "~0.1.0",
"ng-annotate-brunch": "~1.7.2",
"ng-directive-compiler-helper": "~1.0.0",
"phantomjs": "~1.9.0",
"postcss-brunch": "^0.5.0",
"protractor": "~3.0.0",
"requirejs": "~2.1.22",
"uglify-js-brunch": "~1.7.8"
}
}