-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.97 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
{
"name": "lcs-service",
"version": "0.0.0",
"description": "LCS-Web",
"main": "debug.js",
"directories": {
"test": "tests"
},
"dependencies": {
"total.js": "^1.4.0",
"mysql": "^2.2.0"
},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",
"chai": "~1.9.1",
"del": "^0.1.2",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.1",
"gulp-changed": "^1.0.0",
"gulp-concat": "~2.3.5",
"gulp-concat-css": "~0.1.4",
"gulp-csso": "^0.2.9",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.0.0",
"gulp-inject": "~1.0.2",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "~0.3.8",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^1.1.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "~0.7.3",
"gulp-shell": "~0.2.9",
"gulp-size": "^1.0.0",
"gulp-uglify": "~1.0.1",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.6.0",
"gulp-util": "~3.0.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-mocha": "~0.1.9",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-safari-launcher": "~0.1.1",
"mocha": "~1.21.4",
"ng-midway-tester": "~2.0.5",
"nodemon": "~1.2.1",
"opn": "^1.0.0",
"phantomjs": "~1.9.9",
"psi": "^0.1.2",
"require-dir": "^0.1.0",
"rework": "~1.0.1",
"rework-importer": "~0.3.1",
"run-sequence": "^0.3.6",
"sequelize": "~1.7",
"supertest": "~0.13.0",
"through2": "~0.6.1",
"gulp-debug": "~1.0.1"
},
"scripts": {
"test": "echo \"Hola Mundo manito :D \" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:root/lcs-web.git"
},
"author": "Author",
"license": "MIT"
}