-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.09 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
{
"name": "lab-interactives-site",
"version": "1.0.0",
"description": "HTML5-based scientific models, visualizations, graphing, and probeware",
"keywords": [
"molecule",
"probes",
"graph",
"data",
"visualization",
"svg",
"d3"
],
"homepage": "http://lab.concord.org/",
"author": {
"name": "Stephen Bannasch",
"url": "https://github.com/stepheneb"
},
"repository": {
"type": "git",
"url": "https://github.com/concord-consortium/lab-interacties-site.git"
},
"dependencies": {
"optimist": ">=0.6.0",
"coffee-script": "~1.7.0",
"requirejs": ">=2.1.8",
"amdefine": ">=0.0.8",
"mustache": "~0.7.2",
"backbone": "1.1.0",
"underscore": ">=1.5.1",
"uglify-js": ">=2.4.0",
"markdown": ">=0.5.0"
},
"devDependencies": {
"jsdom": ">=0.8.9",
"sizzle": ">=1.1.0",
"vows": "0.7.0",
"node-inspector": "0.3.4",
"jshint": ">=2.1.10",
"cheerio": "0.12.4",
"jade": ">=0.35.0",
"mkdirp": "0.3.2",
"mocha": "~1.17.1",
"should": "3.0.1",
"sinon": ">=1.7.3",
"chai": ">=1.7.2"
}
}