-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.16 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "DS-PluS",
"version": "0.0.1",
"author": "Daniel Schüch <dschuech@gmail.com>",
"description": "Plugin-Based Architecture for OS, Backend & Frontend | Boilerplate by Can Pekesen",
"keywords": [
"express",
"gulp",
"angular",
"less",
"karma",
"jasmine",
"protractor"
],
"private": true,
"engines": {
"node": ">=0.10.26"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"angular": "./node_modules/angular/angular.js",
"angular-strap": "./node_modules/angular-strap/dist/angular-strap.js",
"angular-strap-tpl": "./node_modules/angular-strap/dist/angular-strap.tpl.js",
"angular-sanitize": "./node_modules/angular-sanitize/angular-sanitize.js",
"angular-animate": "./node_modules/angular-animate/angular-animate.js",
"angular-resource": "./node_modules/angular-resource/angular-resource.js",
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
},
"browserify-shim": {},
"scripts": {
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"preprotractor": "npm run update-webdriver",
"protractor": "npm run protractor test/protractor.conf.js"
},
"devDependencies": {
"babelify": "5.0.5",
"brfs": "1.4.0",
"browserify": "10.2.3",
"browserify-ngannotate": "0.1.0",
"browserify-shim": "3.8.6",
"del": "0.1.3",
"gulp": "3.8.11",
"gulp-angular-templatecache": "1.6.0",
"gulp-autoprefixer": "2.3.0",
"gulp-cached": "1.1.0",
"gulp-changed": "^1.3.0",
"gulp-if": "1.2.5",
"gulp-imagemin": "1.2.1",
"gulp-jscs-custom": "0.1.3",
"gulp-jshint": "1.11.0",
"gulp-less": "3.0.3",
"gulp-livereload": "3.8.0",
"gulp-notify": "2.2.0",
"gulp-preprocess": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.3.0",
"gulp-streamify": "0.0.5",
"gulp-tap": "0.1.3",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.4",
"jsonfile": "^2.2.2",
"livereload-js": "2.2.2",
"partialify": "^3.1.5",
"run-sequence": "0.3.7",
"tiny-di": "^0.3.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "0.1.1",
"watchify": "3.2.1"
},
"dependencies": {
"angular": "1.4.0",
"angular-animate": "1.4.0",
"angular-cookies": "1.4.0",
"angular-motion": "0.4.2",
"angular-route": "1.4.0",
"angular-sanitize": "1.4.0",
"angular-strap": "2.2.4",
"angular-translate": "2.8.0",
"angular-translate-loader-static-files": "2.8.0",
"angular-translate-storage-cookie": "2.8.1",
"angular-translate-storage-local": "2.8.1",
"angular-ui-router": "0.2.15",
"bcrypt": "0.8.5",
"body-parser": "1.12.4",
"bootstrap": "3.3.4",
"connect-mongo": "0.8.2",
"express": "4.12.4",
"express-session": "1.11.3",
"forever-monitor": "1.6.0",
"mongoose": "4.1.9",
"morgan": "1.5.3",
"passport": "0.3.0",
"passport-local": "1.0.0",
"q-io": "1.13.1",
"tiny-di": "0.3.1",
"ui-router": "0.2.15",
"PluS_express": "0.0.1",
"PluS_secondlevel": "0.0.1",
"PluS_testpage": "0.0.1",
"PluS_wrapper": "0.0.1",
"PluS_pagerouter": "0.0.1",
"PluS_pageone": "0.0.1",
"PluS_pagetwo": "0.0.1"
}
}