-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
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": "psadmin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dunson062786/psadmin.git"
},
"author": "Matt Dunson",
"license": "ISC",
"bugs": {
"url": "https://github.com/dunson062786/psadmin/issues"
},
"homepage": "https://github.com/dunson062786/psadmin#readme",
"dependencies": {
"bootstrap": "^3.3.5",
"browserify": "^11.0.1",
"flux": "^2.0.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^0.15.0",
"gulp-open": "^1.0.0",
"jquery": "^2.1.4",
"lodash": "^3.10.0",
"object-assign": "^4.1.1",
"react": "^0.13.3",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"toastr": "2.1.0",
"vinyl-source-stream": "^1.1.0"
}
}