forked from ahoereth/spam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 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
{
"name": "cogsci-spam",
"version": "1.3.1",
"author": "Alexander Hoereth <[email protected]>",
"homepage": "https://cogsci.uos.de/~SPAM",
"repository": {
"type": "git",
"url": "http://github.com/ahoereth/spam.git"
},
"bugs": "http://github.com/ahoereth/spam/issues",
"scripts": {
"start": "grunt start",
"postinstall": "bower install"
},
"engine": "node >= 0.10.0",
"devDependencies": {
"bower": "1.3.x",
"connect-livereload": "0.5.x",
"connect-modrewrite": "0.7.x",
"grunt": "0.4.x",
"grunt-angular-templates": "0.5.x",
"grunt-bump": "0.0.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-connect": "0.9.x",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-less": "0.11.x",
"grunt-contrib-uglify": "0.5.x",
"grunt-contrib-watch": "0.6.x",
"grunt-injector": "0.6.x",
"grunt-ng-annotate": "0.5.x",
"grunt-wiredep": "2.0.x",
"wiredep": "2.2.x"
},
"private": true
}