-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 854 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
{
"name": "rails-source-maps",
"version": "0.1.3",
"author": "Andrew Pariser <[email protected]>",
"description": "A utility to create source maps as part of the Rails asset pipeline.",
"contributors": [
{
"name": "Andrew Pariser",
"email": "[email protected]"
},
{
"name": "Scott Taylor",
"email": "[email protected]"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/golearnup/rails-source-maps.git"
},
"dependencies": {
"commander": "2.2.0",
"uglify-js": "3.9.2",
"underscore": "1.6.0",
"async": "0.8.0",
"glob": "3.2.11"
},
"devDependencies": {
"jake": "0.5.8",
"jshint": "0.5.5"
},
"bin": {
"rails-source-maps": "./bin/rails-source-maps"
}
}