forked from duckduckgo/community-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 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
{
"name": "ddg_community_platform",
"version": "0.215.0",
"engines": {
"node": ">=0.10.0"
},
"repository": "duckduckgo/community-platform",
"devDependencies": {
"compass-importer": "^0.1.3",
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.7",
"grunt-bump": "^0.3.1",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-handlebars": "0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "^0.1.0",
"grunt-diff": "^0.1.5",
"grunt-exec": "^0.4.6",
"grunt-git": "^0.3.7",
"grunt-remove": "^0.1.0",
"grunt-remove-logging": "^0.2.0",
"grunt-sass": "^1.1.0",
"grunt-version": "~0.2.2",
"load-grunt-tasks": "^3.3.0",
"phantomjs": "1.9.8",
"bower": "1.7.7",
"casperjs": "1.1.0"
}
}