This repository was archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
{
"name": "color-themes",
"description": "Next generation of the site about color themes for IDEs",
"version": "2.0.0",
"dependencies": {
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"bcrypt": "0.8.5",
"body-parser": "1.14.1",
"browser-filesaver": "1.1.0",
"clean-webpack-plugin": "0.1.3",
"cookie-parser": "1.4.0",
"css-loader": "0.18.0",
"detect-browser": "1.1.1",
"es6-promise": "3.0.2",
"express": "4.13.3",
"express-session": "1.11.3",
"file-loader": "0.8.4",
"html-webpack-plugin": "github:y-a-r-g/html-webpack-plugin",
"js-tokens": "1.0.2",
"jszip": "2.5.0",
"less": "2.5.1",
"less-loader": "2.2.1",
"log4js": "0.6.27",
"mongoose": "4.1.1",
"nightwatch": "0.8.6",
"nodemailer": "1.4.0",
"react": "0.14.2",
"react-dom": "0.14.2",
"react-redux": "4.0.0",
"redux": "3.0.3",
"style-loader": "0.12.4",
"url-loader": "0.5.6",
"webpack": "1.12.2",
"webworker-loader": "0.1.0",
"wordwrap": "0.0.3",
"xml2js": "0.4.10"
},
"scripts": {
"start": "node ./app.js",
"postinstall": "node ./node_modules/webpack/bin/webpack.js",
"test": "cd tests && node ../node_modules/nightwatch/bin/nightwatch && node ../node_modules/nightwatch/bin/nightwatch --env firefox"
},
"engines": {
"node": "^5.0.0",
"npm": "^3.3.9"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/y-a-r-g/color-themes.git"
}
}