-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "node-make-starter",
"version": "1.0.0",
"author": "dead-beef",
"license": "MIT",
"private": true,
"description": "Front-end starter kit based on NodeJS and Make",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/dead-beef/node-make-starter"
},
"dependencies": {
"jquery": "^3.2.1",
"material-design-icons-iconfont": "^3.0.3",
"materialize-css": "^0.100.2"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"csso-cli": "^1.0.0",
"eslint": "^4.15.0",
"html-minifier": "^3.5.8",
"http-server": "^0.11.1",
"jasmine-core": "^2.9.0",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"node-sass": "^4.7.2",
"sass-makedepend": "^0.2.1",
"slm-cli": "^0.1.0",
"source-map-concat-cli": "^1.0.0",
"uglify-js": "^3.3.7"
},
"scripts": {
"lint": "eslint src tests"
}
}