-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 3.38 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
{
"name": "glintcms-starter-glintcms",
"version": "1.3.0",
"main": "server.js",
"browser": "browser.js",
"scripts": {
"postinstall": "local_modules install -f",
"prepublish": "npm run assets -- -e prod",
"version": "npm run assets -- -e prod && npm run build",
"cleanup": "rm -rf node_modules/ && rm -rf local_modules/*/node_modules/",
"assume-unchanged": "git update-index --assume-unchanged datastore/glint/role/7032a580-5c4e-11e5-b149-5bd68197214e.json; git update-index --assume-unchanged datastore/glint/user/7032a580-5c4e-11e5-b149-5bd68197214e.json",
"watch": "watchify -t [ envify purge ] -t [brfs] browser.js -o public/build/bundle.js --debug &",
"minify": "cat public/build/bundle.js | uglifyjs -o public/build/bundle.min.js",
"assets": "assets-bundler 'node_modules/:module/public' 'public/assets/:module' -rf",
"setup": "local_modules install -f && npm run build",
"setup-www": "local_modules link -f && npm run build-www",
"build": "npm run assets -- -e prod && browserify -t envify -g [ uglifyify -x '.js' --ignore '**/public/*' ] browser.js -o public/build/bundle.js",
"build-www": "npm run assets -- -e dev && browserify browser.js -o public/build/bundle.js --debug",
"start": "NODE_ENV=production && npm run build && node start",
"www": "NODE_ENV=development && npm run assets -- -e dev && npm run watch && nodemon -e js,ejs,dot start.js"
},
"dependencies": {
"assets-bundler": "^2.0.0",
"clone": "^1.0.2",
"compression": "^1.5.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "^2.2.0",
"defaults": "^1.0.2",
"dot": "^1.0.3",
"ejs": "^2.3.4",
"exe": "^1.0.2",
"express": "^4.13.3",
"glint-adapter": "^1.0.3",
"glint-adapter-ajax": "^1.0.3",
"glint-adapter-fs": "^1.0.5",
"glint-block": "^1.0.2",
"glint-block-ckeditor": "^1.0.4",
"glint-block-image-attribute": "^1.0.2",
"glint-block-markdown": "^1.0.8",
"glint-block-meta": "^1.0.2",
"glint-block-text": "^1.0.3",
"glint-container": "^1.0.2",
"glint-plugin-adapter-dates": "^1.0.2",
"glint-plugin-adapter-expires": "^1.0.2",
"glint-plugin-adapter-id": "^1.0.2",
"glint-plugin-block-style-editable": "^1.0.2",
"glint-plugin-wrap-container-place": "^1.0.2",
"glint-session": "^1.0.2",
"glint-socket-io": "^1.0.2",
"glint-tasks": "^1.1.1",
"glint-trigger": "^1.0.3",
"glint-trigger-keyboard": "^1.0.2",
"glint-trigger-sidenav": "^1.0.2",
"glint-util": "^1.0.2",
"glint-widget": "^1.0.2",
"glint-wrap": "^1.0.2",
"is-browser": "^2.0.1",
"local_modules": "^1.0.6",
"page.js": "^4.13.3",
"serve-favicon": "^2.2.0",
"subarg": "^1.0.0",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"brfs": "^1.3.0",
"browserify": "^8.1.3",
"envify": "^3.4.0",
"tape": "^3.5.0",
"uglifyify": "^3.0.1",
"watchify": "^2.4.0"
},
"keywords": [
"glintcms",
"starter",
"glint",
"content management system",
"cms",
"website",
"webapp",
"hybrid website / webapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/glintcms/glintcms-starter-glintcms.git"
},
"bugs": {
"url": "https://github.com/glintcms/glintcms-starter-glintcms/issues"
},
"homepage": "https://github.com/glintcms/glintcms-starter-glintcms",
"author": {
"name": "Andi Neck"
},
"license": "MIT"
}