forked from imkevinxu/django-kevin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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": "{{ project_name }}",
"version": "0.0.1",
"description": "Using Grunt to automate linting, compiling, and watching frontend code",
"author": "Kevin Xu",
"homepage": "https://{{ project_name }}.com/",
"repository": {
"type": "git",
"url": "https://github.com/imkevinxu/django-kevin"
},
"main": "Gruntfile.coffee",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.8.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-imagemin": "^0.9.1",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.8.0",
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-sass": "^0.17.0",
"grunt-scss-lint": "^0.3.3",
"grunt-shell": "^1.1.1",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": "0.10.x"
},
"private": true,
"scripts": {}
}