-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "knockout-spa",
"version": "3.16.1",
"description": "A mini but full-fledged SPA framework built on top of Knockout, Require, Director, jQuery, Sugar.",
"repository": {
"type": "git",
"url": "https://github.com/onlyurei/knockout-spa.git"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf build && rm -rf node_modules",
"build": "npm run clean && npm install && ./node_modules/.bin/r.js -o ./build.js",
"prod": "npm run build && cd build && npm start"
},
"keywords": [
"knockoutjs",
"knockout",
"requirejs",
"require",
"directorjs",
"director",
"sugarjs",
"sugar",
"spa",
"amd",
"framework",
"client",
"side",
"routing"
],
"author": "Cheng Fan",
"dependencies": {
"compression": "^1.6.2",
"cytoscape": "2.6.12",
"director": "^1.2.8",
"express": "^4.14.0",
"express-history-api-fallback": "^2.0.0",
"jquery": "^3.0.0",
"jsface": "^2.4.9",
"knockout": "^3.4.0",
"knockout-amd-helpers": "^0.7.4",
"knockout-es5-option4": "^0.7.0",
"madge": "^0.5.5",
"marked": "^0.3.5",
"materialize-css": "onlyurei/materialize#AMD-fix",
"require-css": "^0.1.8",
"requirejs": "^2.3.1",
"requirejs-text": "^2.0.12",
"sugar": "^1.5.0"
}
}