-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
53
{
"name": "init",
"title": "INIT",
"description": "INIT is an initial boilerplate for front-end projects",
"version": "1.3.0",
"homepage": "https://github.com/use-init/init",
"repository": {
"type": "git",
"url": "git://github.com/use-init/init.git"
},
"bugs": {
"url": "https://github.com/use-init/init/issues"
},
"license": "MIT",
"scripts": {
"postinstall": "bower install"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {},
"devDependencies": {
"bower": "1.3.12",
"glob": "4.0.6",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-imagemin": "0.8.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-sass": "0.8.1",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.9.0",
"grunt-modernizr": "0.6.0",
"grunt-replace": "0.8.0",
"jit-grunt": "^0.8.0",
"karma": "0.12.24",
"karma-chrome-launcher": "0.1.5",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "0.1.3",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-safari-launcher": "0.1.1",
"karma-script-launcher": "0.1.0",
"time-grunt": "1.0.0",
"xtend": "4.0.0"
},
"keywords": []
}