This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
{
"name": "SCILLE_toogle_switch",
"version": "1.0.9",
"description": "Create toggle switches.",
"author": "DUBOIS Romain",
"contributors": [
{
"name": "DUBOIS Romain",
"email": "[email protected]"
},
{
"name": "MEZINO Vincent",
"email": "[email protected]"
}
],
"scripts": {
"postprotractor": "node node_modules/protractor/bin/webdriver-manager update",
"test": "gulp unit-test"
},
"repository": {
"type": "git",
"url": "https://github.com/Scille/sc-toggle-switch"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-clean-dest": "^0.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"main-bower-files": "^2.9.0",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4",
"run-sequence": "^1.1.4",
"wiredep": "^3.0.0"
},
"license": "MIT"
}