forked from chop-dbhi/cilantro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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": "cilantro",
"version": "2.2.16-beta",
"license": "BSD",
"description": "Client library for Serrano-compatible APIs",
"homepage": "https://github.com/cbmi/cilantro",
"keywords": [
"harvest",
"avocado",
"serrano",
"client",
"html5"
],
"author": "The Children's Hospital of Philadelphia",
"contributors": [
{
"name": "Byron Ruth",
"email": "[email protected]"
},
{
"name": "Jeff Miller",
"email": "[email protected]"
},
{
"name": "Don Naegely",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cbmi/cilantro.git"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-symlink": "~0.4.0",
"grunt-template-jasmine-requirejs": "~0.1.8",
"rjs-build-analysis": "0.0.3",
"semver-utils": "~1.1.0",
"shelljs": "~0.2.6"
}
}