-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "periodicum",
"version": "0.0.1",
"description": "Interactive Periodic Table App... thingy",
"main": "app.js",
"scripts": {
"start": "node server",
//"postinstall": "gulp default",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supernoir/periodicum.git"
},
"keywords": [
"periodic",
"table",
"app",
"interactive",
"node"
],
"author": "conkat",
"license": "ISC",
"bugs": {
"url": "https://github.com/supernoir/periodicum/issues"
},
"homepage": "https://github.com/supernoir/periodicum#readme",
"dependencies": {
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.3",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.1",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.9",
"jshint": "^2.9.1",
"nano": "^6.2.0",
"node": "0.0.0",
"pg": "4.5.5",
"sequelize": "^3.23.2",
"tiny-lr": "^0.2.1",
"wiredep": "^4.0.0"
}
}