-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
58
59
60
61
62
63
64
65
{
"name": "md-theme-editor",
"version": "1.0.0",
"author": "dead-beef",
"license": "MIT",
"private": true,
"description": "Material design theme editor",
"repository": {
"type": "git",
"url": "git+https://github.com/dead-beef/md-theme-editor"
},
"main": "",
"dependencies": {
"jquery": "^3.2.1",
"tinycolor2": "^1.4.1",
"roboto-fontface": "^0.8.0",
"material-design-icons-iconfont": "^3.0.3",
"angular": "^1.6.5",
"@uirouter/angularjs": "^1.0.5",
"angular-animate": "^1.6.5",
"angular-aria": "^1.6.5",
"angular-combine": "^0.1.5",
"angular-cookies": "^1.6.5",
"angular-clipboard": "^1.6.1",
"angular-debounce": "^1.1.0",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.6",
"angular-translate": "^2.15.2",
"angular-translate-loader-static-files": "^2.15.2",
"angular-translate-storage-cookie": "^2.15.2",
"angular-translate-storage-local": "^2.15.2",
"ngstorage": "^0.3.11",
"materialize-css": "^0.100.2",
"sass.js": "^0.10.6",
"spectrum-colorpicker": "^1.8.0"
},
"devDependencies": {
"angular-mocks": "^1.6.5",
"chokidar-cli": "^1.2.0",
"csso-cli": "^1.0.0",
"eslint": "^4.2.0",
"glob": "^7.1.2",
"html-minifier": "^3.5.3",
"http-server": "^0.10.0",
"jasmine-core": "^2.6.4",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.1.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.31",
"node-sass": "^4.5.3",
"packpath": "^0.1.0",
"protractor": "^5.1.2",
"root-require": "^0.3.1",
"uglify-js": "^3.0.25"
},
"scripts": {
"postinstall": "npm run update:webdriver",
"lint": "eslint src tests",
"update:webdriver": "webdriver-manager update"
}
}