This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 1.8 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
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
79
80
81
82
83
84
85
{
"name": "docs.humanjavascript.com",
"description": "Documentation site for ampersand.js",
"version": "0.0.0",
"author": "Henrik Joreteg",
"dependencies": {
"async": "~0.2.9",
"bluebird": "*",
"fs-extra": "^0.9.1",
"jade": "~1.1.5",
"marked": "0.3.2",
"meta-marked": "^0.3.1",
"module-details": "^2.0.0",
"request": "~2.33.0",
"rimraf": "^2.2.8",
"slugger": "^1.0.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"building-static-server": "^1.0.0",
"cssmin": "^0.4.1",
"http-server": "^0.6.1",
"stylus": "^0.46.3"
},
"featuredModules": [
"bows",
"bind-transforms",
"getusermedia"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "ampersandjs/ampersandjs.com"
},
"scripts": {
"build": "make build",
"start": "building-static-server -p 8000 -s 'npm run build'",
"update-live-data": "make update-live-data"
},
"coreContributors": [
{
"gh": "HenrikJoreteg",
"twitter": "henrikjoreteg"
},
{
"gh": "latentflip",
"twitter": "philip_roberts"
},
{
"gh": "legastero",
"twitter": "lancestout"
},
{
"gh": "lynnandtonic",
"twitter": "lynnandtonic"
},
{
"gh": "lukekarrys",
"twitter": "lukekarrys"
},
{
"gh": "wraithgar",
"twitter": "wraithgar"
}
],
"coreModules": [
"ampersand",
"ampersand-state",
"ampersand-model",
"ampersand-collection",
"ampersand-rest-collection",
"ampersand-view",
"ampersand-view-switcher",
"ampersand-router",
"ampersand-dom-bindings"
],
"formModules": [
"ampersand-form-view",
"ampersand-input-view",
"ampersand-checkbox-view",
"ampersand-array-input-view",
"ampersand-select-view"
]
}