-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 911 Bytes
/
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
{
"name": "virtual-list-blog-post",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"watch": "./node_modules/.bin/grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"gh-pages": "grunt build && node gh-pages.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"gh-pages": "^1.0.0",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-babel": "^6.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.4.0"
},
"dependencies": {
"angular": "^1.6.5",
"jquery": "^3.2.1"
}
}