forked from mohbasheer/angular-chips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 702 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 702 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
{
"name": "angular-chips",
"version": "2.0",
"description": "",
"author": "Mohammed Basheer, Mattia D'Antonio",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-connect-multi": "^1.0.8",
"gulp-html2js": "^0.3.1",
"gulp-karma": "0.0.5",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-open": "^1.0.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.4",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"run-sequence": "^1.1.5",
"st": "^1.1.0"
}
}