forked from AppGyver/steroids-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 953 Bytes
/
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
{
"name": "steroids-js",
"version": "2.7.10",
"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]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/AppGyver/steroids-js.git"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3.0"
},
"dependencies": {},
"devDependencies": {
"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"
}
}