-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 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
36
37
{
"name": "iSmoak",
"version": "0.1.0",
"description": "A multiselect dropdown directive for AngularJS 1.",
"main": "gulpfile.js",
"scripts": {
"postinstall": "bower install -f",
"start": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/smoakey/ismoak.git"
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-uglify": "^1.5.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.19",
"run-sequence": "^1.1.5"
}
}