-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.62 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
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
88
89
90
91
{
"name": "telecom-services",
"version": "0.1.0",
"description": "A web application to help constructing telecom services.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nashwaan/telecom-services.git"
},
"keywords": [
"Telecom",
"Services"
],
"author": "Yousuf Almarzooqi",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/nashwaan/telecom-services/issues"
},
"homepage": "https://github.com/nashwaan/telecom-services#readme",
"dependencies": {
"ag-grid": "^4.0.5",
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-drag-and-drop-lists": "^1.4.0",
"angular-material": "^1.0.7",
"angular-messages": "^1.5.3",
"angular-mocks": "^1.5.3",
"angular-route": "^1.5.3",
"angular-ui-router": "^0.2.18",
"jquery": "^2.2.3",
"jszip": "^2.6.0",
"lodash": "^4.10.0",
"particles.js": "^2.0.0",
"socket.io": "^1.4.5",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"acorn": "^3.1.0",
"angular-material-icons": "^0.7.0",
"angular-mocks": "^1.5.3",
"browser-sync": "^2.12.1",
"fs-extra": "^0.26.7",
"glob": "^7.0.3",
"google-closure-compiler": "^20160315.2.0",
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-svgmin": "^3.2.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.4",
"gulp-clean-css": "^2.0.6",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.22",
"gulp-useref": "^3.0.8",
"http-server": "^0.9.0",
"imagemin-pngquant": "^4.2.2",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"node-jsxml": "^0.7.0",
"phantomjs-prebuilt": "^2.1.7",
"pretty-data": "^0.40.0",
"protractor": "^3.2.2",
"svgpath": "^2.1.6",
"through2": "^2.0.1",
"webpack": "^1.12.15"
},
"scripts": {
"prestart": "",
"start": "http-server -p 8008",
"test": "karma start --single-run --browsers PhantomJS",
"karma": "karma start",
"preprotractor": "webdriver-manager update",
"protractor": "protractor test/protractor-conf.js"
}
}