-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 917 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
{
"name": "dmeapp",
"description": "The Drupalize.Me front-end web application.",
"homepage": "http://drupalize.me",
"version": "0.0.0",
"repository": "https://github.com/fender/dmeapp",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"connect-modrewrite": "^0.7.5",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-preprocess": "^4.0.0",
"karma": "^0.12.14",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"shelljs": "^0.2.6"
}
}