-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 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
{
"name": "psycloud",
"description": "library for creating psychological experiments in the browser",
"version": "0.0.1",
"homepage": "https://github.com/brad/psycloud",
"author": {
"name": "Bradley Buchsbaum",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/brad/psycloud.git"
},
"bugs": {
"url": "https://github.com/brad/psycloud/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brad/psycloud/blob/master/LICENSE-MIT"
}
],
"main": "./index",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-livereload": "~0.1.2",
"grunt-mocha-debug": "~0.0.10",
"grunt-newer": "~0.5.4",
"powerbuild": "~0.0.11",
"grunt-saucelabs": "~4.1.2",
"grunt-exec-jshint": "~0.0.0",
"grunt-release": "~0.5.1",
"teacup": "~0.2.10",
"baconjs": "~0.7.0",
"grunt-contrib-coffee": "^0.10.1",
"mixen": "~0.5.2",
"marked": "~0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"codo": "~2.0.3",
"q": "~1.0.0",
"taffydb": "~2.7.2",
"coffee-script": "~1.7.1",
"lodash": "^3.1.0",
"mousetrap": "0.0.1",
"coffee-pattern": "0.0.6",
"skinny-coffee-machine": "~0.2.1",
"grunt-concat-sourcemap": "~0.4.1",
"grunt-shell": "~0.6.4",
"smokesignals": "0.0.7",
"didyoumean": "^1.2.0",
"navigator": "^1.0.1",
"grunt-contrib-copy": "^0.5.0",
"phantom": "^0.6.1",
"ya-csv": "^0.9.3",
"glob": "^3.2.9",
"sugar": "^1.4.1",
"pathval": "^0.1.1"
},
"scripts": {
"test": "grunt ci"
},
"dependencies": {}
}