-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.1 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.1 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
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
{
"name": "ffwd-documents",
"version": "0.0.1",
"keywords": [
"ffwd-app"
],
"scripts": {
"test": "mocha -R tap test/server/specs/",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ffwdjs/ffwd-documents.git"
},
"ffwd": {
"scriptsCompiler": "browserify",
"stylesCompiler": "none",
"dist": "dist",
"client": "client"
},
"dependencies": {
"amdefine": "^0.1.0",
"async": "^0.9.0",
"backbone": "^1.1.2",
"bower": "^1.3.5",
"ffwd-utils": "git://github.com/ffwdjs/ffwd-utils",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "^0.11.2",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.3.5",
"grunt-newer": "^0.7.0",
"highlight.js": "^8.0.0",
"jquery": "^2.1.1",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "^0.5.0",
"marked": "~0.3.2",
"moment": "^2.7.0",
"mysql": "^2.3.2",
"node-polyglot": "^0.4.0",
"requirejs": "^2.1.14",
"time-grunt": "^0.3.2",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"validator": "^3.16.0",
"yfm": "^0.2.0",
"codemirror": "~4.4.0",
"toYaml": "~1.0.0"
},
"optional": {
"ffwd-modeling": "git+ssh://git@github.com:ffwdjs/ffwd-modeling",
"ffwd-auth": "git+ssh://git@github.com:ffwdjs/ffwd-auth",
"ffwd-net": "git+ssh://git@github.com:ffwdjs/ffwd-net"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.6",
"grunt-karma": "^0.8.3",
"grunt-mocha": "^0.4.11",
"jsdoc": "^3.3.0-alpha8",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "^0.5.0",
"mocha": "^1.20.1",
"supertest": "^0.13.0"
}
}