-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "sp-spinny-menu",
"version": "1.1.2",
"description": "A spinny menu directive for AngularJS",
"repository": "https://github.com/signalpath/sp-spinny-menu",
"license": "MIT",
"devDependencies": {
"angular": "1.5.8",
"angular-fontawesome": "1.0.0",
"angular-mocks": "1.5.8",
"del": "1.2.1",
"event-stream": "3.3.2",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-concat": "2.6.0",
"gulp-header": "1.7.1",
"gulp-inject": "1.5.0",
"gulp-intercept": "0.1.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.0",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-config": "1.3.1",
"gulp-nodemon": "2.0.4",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-uglify": "1.5.3",
"gulp-uglifycss": "1.0.6",
"gulp-util": "3.0.7",
"jasmine-core": "2.4.1",
"jshint": "2.9.1",
"jshint-stylish": "2.2.0",
"karma": "0.13.22",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.0",
"lodash": "4.6.1",
"node-bourbon": "4.2.8",
"phantomjs-prebuilt": "2.1.14",
"stream-series": "0.1.1",
"yargs": "3.32.0"
},
"scripts": {
"prestart": "npm install"
}
}