-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "plunner",
"version": "1.0.0",
"description": "A meeting planner for businesses with automation and optimization in mind",
"main": "gulp-file.js",
"directories": {
"test": "test"
},
"dependencies": {
"angular": "^1.4.8",
"angular-cookies": "^1.4.8",
"angular-resource": "^1.4.8",
"angular-route": "^1.4.8",
"bootstrap": "^3.3.5",
"jquery": "^2.1.4",
"jwt-decode": "^1.4.0",
"moment": "^2.10.6",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.1.0"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"browser-sync": "^2.10.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "~0.1.4"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsd-meetme/frontend.git"
},
"author": "Giorgio Pea, Jean Barre, Claudio Cardinale",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dsd-meetme/frontend/issues"
},
"homepage": "http://admin.plunner.com"
}