-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
32 lines (32 loc) · 944 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
{
"name": "wordcloud-app",
"repository": {
"type": "git",
"url": "https://github.com/timdream/wordcloud.git"
},
"license": "MIT",
"scripts": {
"build-css": "sass --compass assets/first-screen.scss assets/first-screen.css && sass --compass assets/wordcloud.scss assets/wordcloud.css",
"build": "grunt default",
"deploy": "grunt deploy",
"test": "grunt test",
"check-imgur-credit": "grunt check-imgur-credit",
"grunt": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-gh-pages": "^4.0.0",
"grunt-replace": "1.0.1",
"grunt-rev": "0.1.0",
"grunt-usemin": "3.1.1"
}
}