-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 735 Bytes
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
{
"author": "FamilySearch Web Developers",
"name": "experiment",
"description": "A simple framework for running UI experiments in web apps",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/fs-webdev/experiment.git"
},
"main": "lib",
"scripts": {
"test": "vows test/*_test.js"
},
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"usererror": "1.0.1"
},
"devDependencies": {
"vows": "0.6.0",
"mustache": "0.3.1-dev",
"ejs": "0.5.0",
"eco": "1.1.0-rc-1"
},
"private": true,
"contributors": [
"Michael Jackson <mjijackson@gmail.com>",
"Tim Shadel <tim.shadel@familysearch.org>",
"Stephen Lynn <s.lynn@familysearch.org>"
]
}