forked from moudy/agenda-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "agenda-ui",
"version": "0.0.7",
"description": "UI for Agenda",
"repository": "https://github.com/moudy/agenda-ui",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "nodemon --ignore tmp/ --ignore app/ --ignore node_modules/ dev.js",
"prepublish": "./scripts/build"
},
"keywords": [
"agenda"
],
"author": "Moudy",
"license": "MIT",
"devDependencies": {
"agenda": "^0.6.12",
"broccoli": "^0.12.1",
"broccoli-browserify": "^0.1.0",
"broccoli-clean-css": "^0.1.5",
"broccoli-cli": "0.0.1",
"broccoli-merge-trees": "^0.1.3",
"broccoli-middleware": "0.0.1",
"broccoli-sass": "^0.1.4",
"broccoli-template-builder": "0.0.4",
"broccoli-uglify-js": "^0.1.3",
"countdown": "^2.3.0",
"ember-cli": "0.0.39",
"ember-template-compiler": "^1.6.0-beta.5",
"handlebars": "^1.1.0",
"highlight.js": "^8.0.0",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"moment": "^2.6.0",
"moment-countdown": "0.0.1",
"moment-duration-format": "^1.2.1"
},
"dependencies": {
"ejs": "^1.0.0",
"express": "^4.3.2",
"rsvp": "^3.0.9",
"speakingurl": "^0.9.1"
}
}