-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.13 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": "steroids-js",
"version": "3.5.23",
"license": "MIT",
"author": "AppGyver <[email protected]>",
"description": "AppGyver Steroids javascript library",
"contributors": [
{
"name": "Matti Paksula",
"email": "[email protected]"
},
{
"name": "Jesse Ikonen",
"email": "[email protected]"
},
{
"name": "Juha Suuraho",
"email": "[email protected]"
},
{
"name": "Harri Sarsa",
"email": "[email protected]"
},
{
"name": "Satu Suuronen",
"email": "[email protected]"
},
{
"name": "Petrus Repo",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/AppGyver/steroids-js.git"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3.0"
},
"dependencies": {},
"devDependencies": {
"grunt-cli": "0.1.11",
"grunt": "0.4.1",
"grunt-contrib-coffee": "0.7.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.4",
"grunt-contrib-watch": "0.5.3",
"grunt-replace": "0.5.1"
}
}