-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 942 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
38
39
40
41
42
{
"name": "decision-making-js",
"version": "0.0.1",
"description": "Decision making using Javascript via visualization of given data set",
"main": "app.js",
"engines": {
"node": "4.1.1"
},
"dependencies": {
"angular-ui-router": "~0.2.15",
"body-parser": "~1.13.2",
"express": "~4.13.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0"
},
"devDependencies": {
"eslint": "^3.3.1",
"gulp-sass": "^2.3.2"
},
"scripts": {
"start": "gulp dev"
},
"repository": {
"type": "git",
"url": "git://github.com/vishivish18/decision-making-js.git"
},
"keywords": [
"Mongo",
"Express",
"Angular",
"Node"
],
"author": "vishalR",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/vishivish18/decision-making-js/issues"
}
}