-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "cbt-crossword-web",
"version": "1.0.0-alpha3",
"repository": {
"type": "git",
"url": "https://github.com/labibramadhan/cbt-crossword-web.git"
},
"devDependencies": {
"angular-async-await": "^1.1.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"del": "^2.2.2",
"eslint": "^3.12.2",
"eslint-config-angular": "^0.5.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-angular": "^1.6.1",
"gulp": "^3.9.1",
"gulp-copy": "^1.0.0",
"jasmine-expect": "^3.0.1",
"jasmine-fail-fast": "^2.0.0",
"jasmine-spec-reporter": "^3.0.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"pre-commit": "^1.2.2",
"protractor": "^5.0.0",
"protractor-console": "^2.0.1",
"protractor-xhr-only-plugin": "^1.0.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"lint": "eslint app/components tests --fix",
"serve": "http-server -a localhost -p 2796 -c-1 ./build",
"test": "babel-node ./node_modules/.bin/protractor tests/protractor.conf.js",
"update-webdriver": "webdriver-manager update"
},
"pre-commit": [
"lint"
],
"dependencies": {
"bower": "^1.8.0",
"http-server": "^0.9.0",
"remove": "^0.1.5"
}
}