-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
35 lines (35 loc) · 939 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
31
32
33
34
35
{
"name": "nsot",
"description": "NSoT is a Network Source of Truth API and Frontend for managing Network Assets.",
"private": true,
"dependencies": {
"angular": "1.3.15",
"angular-chart.js": "~0.8.5",
"angular-resource": "1.3.15",
"angular-route": "1.3.15",
"bootstrap": "3.3.2",
"chart.js": "1.1.1",
"font-awesome": "4.3.0",
"jquery": "2.1.4",
"lodash": "3.7.0",
"lodash-cli": "3.7.0",
"moment": "2.10.2",
"ng-tags-input": "2.3.0"
},
"devDependencies": {
"add-stream": "~1.0.0",
"del": "~1.2.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-concat": "~2.6.0",
"gulp-csslint": "~0.1.5",
"gulp-filter": "~2.0.2",
"gulp-jshint": "~1.11.2",
"gulp-minify-css": "~1.2.0",
"gulp-ng-annotate": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-sort": "~1.1.1",
"gulp-uglify": "~1.2.0",
"jshint-stylish": "~2.0.1"
}
}