-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 997 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
43
44
{
"name": "jenkins-react",
"version": "0.1.0",
"description": "Nicer UI for jenkins",
"main": "gulpfile.js",
"scripts": {
"postinstall": "cd server;npm install"
},
"repository": {
"type": "git",
"url": "gitrepourl"
},
"keywords": [
"jenkins",
"react"
],
"author": "charliedowler",
"license": "ISC",
"dependencies": {
"q": "^1.0.1",
"react": "^0.11.2",
"moment": "^2.8.3",
"backbone": "^1.1.2",
"request": "^2.45.0",
"underscore": "^1.7.0",
"statemixin": "^0.1.0",
"backbone.nativeajax": "^0.2.0",
"jquery": "^2.1.1",
"lifecyclemixin": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-react": "^1.0.2",
"gulp-watch": "~1.1.0",
"gulp-insert": "^0.4.0",
"gulp-changed": "^1.0.0",
"run-sequence": "^1.0.1",
"gulp-livereload": "^2.1.1",
"gulp-browserify": "^0.5.0",
"gulp-concat-css": "^1.0.0",
"gulp-minify-css": "^0.3.10",
"react-dom-pragma": "^1.0.0"
}
}