-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
50
51
{
"name": "slumber-db-portal",
"version": "0.0.2-beta",
"description": "A web portal for managing slumberDb.",
"main": "start.js",
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"gulp-babel": "^6.1.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jspm": "^0.16.27"
},
"scripts": {
"test": "gulp build && mocha ./dist/test/",
"start": "node ./dist/Start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuantumConcepts/slumber-db-portal.git"
},
"author": {
"email": "[email protected]",
"name": "Josh McCullough",
"url": "http://github.com/QuantumConcepts"
},
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/QuantumConcepts/slumber-db-portal/issues"
},
"homepage": "https://github.com/QuantumConcepts/slumber-db-portal#readme",
"jspm": {
"directories": {
"baseURL": "wwwroot"
},
"dependencies": {
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.1.2",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.1.3",
"aurelia-http-client": "npm:aurelia-http-client@^1.0.0-beta.1.1.1",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"font-awesome": "npm:font-awesome@^4.5.0",
"jquery": "npm:jquery@^2.2.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}