-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 863 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
{
"name": "one-dolla-admin",
"version": "1.0.0",
"description": "![Durandal](http://durandaljs.com/media/DURANDAL-FINAL-HI-RES-LOGO-HOR-WEB.png)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilverRat/one-dolla-admin.git"
},
"author": "Jerry Gray",
"license": "MIT",
"bugs": {
"url": "https://github.com/SilverRat/one-dolla-admin/issues"
},
"homepage": "https://github.com/SilverRat/one-dolla-admin#readme",
"dependencies": {
"one-dolla": "git+https://github.com/SilverRat/one-dolla.git"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-requirejs": "^3.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1"
}
}