This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 3.92 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
148
149
{
"name": "keystone",
"version": "0.4.0-alpha",
"description": "Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/keystonejs/keystone.git"
},
"dependencies": {
"async": "^1.4.2",
"asyncdi": "^1.1.0",
"azure": "^0.10.6",
"babel-core": "^6.1.21",
"babel-plugin-transform-object-assign": "^6.1.18",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"babyparse": "^0.4.3",
"bcrypt-nodejs": "~0.0.3",
"blacklist": "^1.1.2",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.10",
"bytes": "^2.1.0",
"caller-id": "^0.1.0",
"chalk": "^1.1.1",
"classnames": "^2.2.0",
"cloudinary": "^1.2.5",
"codemirror": "^5.8.0",
"color": "^0.10.1",
"compression": "^1.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"elemental": "^0.5.4",
"embedly": "^1.0.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fs-extra": "^0.24.0",
"grappling-hook": "^3.0.0",
"history": "^1.13.0",
"i": "^0.3.3",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"keystone-utils": "^0.3.0",
"knox": "^0.9.2",
"less-middleware": "^2.0.1",
"list-to-array": "^1.1.0",
"mandrill-api": "^1.0.45",
"marked": "^0.3.5",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"mongoose": "^4.2.2",
"morgan": "^1.6.1",
"mpromise": "^0.5.5",
"multer": "^0.1.8",
"numeral": "^1.5.3",
"object-assign": "^4.0.1",
"qs": "^5.2.0",
"queryfilter": "^0.0.4",
"range_check": "^0.0.5",
"react": "^0.14.1",
"react-addons-css-transition-group": "^0.14.1",
"react-alt-text": "^1.1.0",
"react-color": "^1.2.1",
"react-day-picker": "^1.0.10",
"react-dom": "^0.14.1",
"react-select": "^1.0.0-beta5",
"scmp": "^1.0.0",
"semver": "^5.0.3",
"serve-favicon": "^2.3.0",
"store-prototype": "^1.1.1",
"superagent": "^1.4.0",
"underscore": "^1.8.3",
"vkey": "^1.0.0",
"watchify": "^3.4.0",
"xhr": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^4.1.5",
"codeclimate-test-reporter": "0.1.1",
"disc": "^1.3.2",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"gulp": "^3.9.0",
"gulp-git": "^1.6.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^1.4.2",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"must": "^0.13.1",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"supertest": "^1.1.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"tinymce": "global:tinymce",
"jquery": "global:$",
"codemirror": "global:CodeMirror",
"underscore": "global:_",
"moment": "global.moment"
},
"author": "Jed Watson",
"homepage": "http://keystonejs.com/",
"license": "MIT",
"keywords": [
"express",
"web",
"app",
"cms",
"admin",
"framework",
"mongoose",
"gui",
"site",
"website",
"forms"
],
"readmeFilename": "README.md",
"gitHead": "ef3fd612285315ea8e12f68da4c8d6031e2c7fe7",
"bugs": {
"url": "https://github.com/keystonejs/keystone/issues"
},
"scripts": {
"build": "NODE_ENV=production gulp build-packages",
"build-dev": "gulp build-packages",
"release": "gulp release",
"test": "mocha",
"lint": "eslint .",
"pretest-cov": "npm run clean",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha",
"posttest-cov": "if [ -n \"$CODECLIMATE_REPO_TOKEN\" ]; then codeclimate < coverage/lcov.info; fi",
"clean": "rimraf ./coverage"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
}
}