-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 988 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
34
35
36
37
38
{
"name": "Wikitongues",
"version": "0.0.0",
"description": "Every Language in the World",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/wikitongues/ember-homepage.git"
},
"keywords": [
"npm"
],
"author": "Freddie Andrade",
"license": "ISC",
"bugs": {
"url": "https://github.com/wikitongues/ember-homepage/issues"
},
"homepage": "https://github.com/wikitongues/ember-homepage",
"devDependencies": {
"bower": "^1.3.12",
"connect-livereload": "^0.5.0",
"ember-template-compiler": "^1.8.0",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ember-templates": "^0.4.23",
"handlebars": "^1.3.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"stylus": "^0.49.2",
"time-grunt": "^1.0.0",
"grunt-contrib-uglify": "~0.7.0"
}
}