-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "cdswp-apostrophe",
"version": "0.5.0",
"description": "Demo site featuring typical Apostrophe features",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/punkave/apostrophe-sandbox"
},
"author": "P'unk Avenue",
"license": "BSD",
"dependencies": {
"apostrophe-blog-2": "0.5.x",
"apostrophe-browserify": "0.5.x",
"apostrophe-demo-login": "0.5.x",
"apostrophe-editor-2": "0.5.x",
"apostrophe-events": "^0.5.18",
"apostrophe-groups": "0.5.x",
"apostrophe-people": "0.5.x",
"apostrophe-redirects": "0.5.x",
"apostrophe-search": "0.5.x",
"apostrophe-site": "0.5.x",
"apostrophe-snippets": "^0.5.79",
"apostrophe-ui-2": "0.5.x",
"optimist": "~0.6.0"
},
"devDependencies": {
"browser-sync": "^2.12.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"node-neat": "^1.7.2",
"node-notifier": "^4.5.0",
"run-sequence": "^1.1.5"
}
}