-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "pullreq",
"author": "Adan Perez",
"version": "1.0.0",
"description": "Pull request app for Github.",
"license": "MIT",
"dependencies": {
"express": "3.4.x",
"querystring": "0.2.x",
"async": "0.2.x",
"request": "2.x",
"mongoose": "3.8.x",
"lodash": "2.4.x",
"node-uuid": "1.4.x",
"log4js": "0.6.x",
"connect-mongo":"0.4.x",
"dustjs-linkedin": "2.2.x",
"dustjs-helpers": "1.2.x",
"consolidate": "0.10.0",
"bower": "1.2.8",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-karma": "0.7.1",
"grunt-angular-templates": "0.5.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-less": "0.9.0",
"grunt-lesslint": "0.16.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-ngmin": "0.0.3"
},
"engines": {
"node": ">=0.10.x",
"npm": "1.3.x"
},
"keywords": ["git", "pull", "request", "github"],
"repository": {
"type": "git",
"url": "https://github.com/adanperez/pullreq.git"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install --force --config.interactive=0; ./node_modules/grunt-cli/bin/grunt prod-assemble"
}
}