-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
147 lines (146 loc) · 4.2 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "angular-cms",
"productName": "angular-cms-app",
"version": "0.0.2",
"description": "This is a lightweight CMS built with Angular.js, Twitter Bootstrap and Node.js.",
"author": "Jonnie Spratley",
"license": "MIT",
"readmeFilename": "README.md",
"main": "index.js",
"homepage": "https://github.com/jonniespratley/angular-cms",
"bugs": {
"url": "https://github.com/jonniespratley/angular-cms/issues"
},
"scripts": {
"build": "grunt",
"test": "grunt test",
"serve": "grunt server",
"start": "electron .",
"build": "electron-packager . $npm_package_productName --prune --asar --all --version=0.29.1"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/jonniespratley/angular-cms.git"
},
"keywords": [
"angular",
"angular-cms",
"grunt",
"yeoman"
],
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.9.3",
"body-parser-json": "^1.9.2",
"colors": "~0.6.2",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"easyimage": "~0.1.6",
"ejs": "^1.0.0",
"ejs-locals": "^1.0.2",
"emailjs": "~0.3.6",
"express": "~4.0.0",
"express-session": "^1.9.3",
"finalhandler": "^0.3.3",
"fs-extra": "^0.12.0",
"grunt": "^0.4.5",
"http-proxy": "^1.3.0",
"jade": "^1.8.2",
"jps-ds": "~0.0.2",
"jquery": "~2.1.0",
"jquery-file-upload-middleware": "~0.1.1",
"jshint-stylish": "~0.1.5",
"json-proxy": "^0.3.0",
"karma": "^0.12.37",
"logfmt": "~0.18.1",
"markdown": "~0.5.0",
"method-override": "~1.0.0",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google": "^0.3.0",
"passport-http": "^0.2.2",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"pouchdb": "^3.6.0",
"promised-io": "~0.3.4",
"q": "^1.1.2",
"request": "~2.34.0",
"serve-static": "^1.8.0",
"socket.io": "~0.9.16",
"websocket": "^1.0.14",
"electron-debug": "^0.1.1"
},
"devDependencies": {
"chai": "^1.10.0",
"del": "^1.1.0",
"grunt": "~0.4.4",
"grunt-angular-templates": "~0.5.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-bower-install": "~0.8.0",
"grunt-concurrent": "~0.4.1",
"grunt-connect-proxy": "~0.1.10",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-google-cdn": "^0.4.3",
"grunt-jasmine-node": "~0.1.0",
"grunt-karma": "^0.9.0",
"grunt-karma-coveralls": "^2.5.1",
"grunt-mocha-test": "^0.12.4",
"grunt-newer": "~0.5.4",
"grunt-ng-annotate": "^0.8.0",
"grunt-ngdocs": "~0.1.7",
"grunt-ngmin": "0.0.3",
"grunt-protractor-runner": "^1.1.0",
"grunt-protractor-webdriver": "^0.1.8",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.2.0",
"grunt-usemin": "~2.0.2",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-ng-annotate": "^0.4.3",
"gulp-ng-templates": "0.0.5",
"gulp-ngmin": "^0.3.0",
"gulp-protractor": "0.0.12",
"gulp-server-livereload": "^1.0.1",
"gulp-uglify": "^1.0.2",
"jasmine-core": "^2.1.2",
"jasmine-node": "~1.11.0",
"jasmine-reporters": "^1.0.1",
"jasmine-spec-reporter": "^1.1.0",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.3.1",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-ng-scenario": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"load-grunt-tasks": "~0.2.0",
"mocha": "^2.0.1",
"protractor": "^1.5.0",
"supertest": "^0.15.0",
"time-grunt": "~0.2.1",
"electron-packager": "^5.0.0",
"electron-prebuilt": "^0.29.1"
},
"peerDependencies": {
"grunt": "0.4.x",
"karma": "~0.12.0"
}
}