-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "ztc",
"version": "1.0.0-alpha.0",
"description": "ztc project",
"main": "src/static/ztc/js/ztc.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maykinmedia/ztc.git"
},
"author": "Maykin Media",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
"bourbon-neat": "^1.8.0",
"font-awesome": "^4.6.3",
"jshint-stylish": "^2.2.1",
"material-design-icons": "2.2.3",
"normalize.css": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"bourbon": "^4.2.6",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-css-purge": "^1.0.27",
"gulp-file": "^0.3.0",
"gulp-jshint": "^2.0.1",
"gulp-jshint-jslint-file-reporter": "^0.1.0",
"gulp-sass": "^3.1.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"node-sass": "^3.9.3",
"postcss-loader": "^0.11.1",
"require-dir": "^0.3.0",
"sass-loader": "^4.0.2",
"url-loader": "^0.5.7",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-stream": "^4.0.0",
"yargs": "^9.0.1"
}
}