forked from ember-fastboot/fastboot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 KB
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
{
"name": "fastboot",
"version": "1.0.0-rc.6",
"description": "Library for rendering Ember apps in node.js",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"preversion": "npm test",
"postversion": "git push origin master --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-fastboot/fastboot.git"
},
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"ember",
"fastboot"
],
"author": "Tom Dale and FastBoot contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-fastboot/fastboot-fastboot-server/issues"
},
"homepage": "https://github.com/ember-fastboot/fastboot#readme",
"dependencies": {
"chalk": "^0.5.1",
"cookie": "^0.2.3",
"debug": "^2.1.0",
"exists-sync": "0.0.3",
"express": "^4.13.3",
"express-cluster": "0.0.4",
"glob": "^4.0.5",
"minimist": "^1.2.0",
"najax": "^1.0.1",
"rsvp": "^3.0.16",
"simple-dom": "^0.3.0",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"fs-promise": "^0.5.0",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1",
"rimraf": "^2.5.4",
"temp": "^0.8.3"
}
}