-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "vk-statistic",
"description": "App for work with vk-api and d3.js",
"version": "0.0.1",
"main": "app.js",
"author": "Ivan Pazthitnykh <ivan.pazhitnykh@gmail.com>",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"run": "node server.js",
"lint": "eslint .",
"hint": "grunt hint",
"build": "grunt",
"postinstall": "npm run build"
},
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-resource": "^1.6.1",
"async": "^2.1.4",
"body-parser": "^1.15.2",
"bootstrap-sass": "^3.3.7",
"bootstrap-social": "^5.1.1",
"bootswatch": "^3.3.7",
"d3": "^4.4.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"lodash": "^4.17.3",
"mime": "^1.3.4",
"neo4j-driver": "^1.0.4",
"request": "^2.79.0"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"eslint": "^3.19.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-postcss": "^0.8.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"license": "MIT"
}