forked from DaHaiz/ngFlowchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 929 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": "ngFlowchart",
"version": "0.5.1",
"description": "Customizable drag & drop flowchart directive for AngularJS",
"repository": "https://github.com/ONE-LOGIC/ngFlowchart",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-open": "^0.3.2",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.7.0",
"merge2": "^0.3.5",
"wallaby-ng-html2js-preprocessor": "^0.1.0"
}
}