forked from watcherdm/factoryjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 885 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 885 Bytes
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
{
"name": "FactoryJS",
"version": "1.1.9",
"repository": "git://github.com/lookout/factoryjs.git",
"author": "Gabriel Hernandez <gabriel.hernandez@lookout.com>",
"contributors": [
"Steve (Egesté) Regester <egeste@lookout.com> (http://egeste.net/)"
],
"devDependencies": {
"bower": "latest",
"grunt-blanket": "latest",
"grunt-bump": "latest",
"grunt-cli": "latest",
"grunt-coffeelint": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-docker": "0.0.8",
"grunt-gitinfo": "^0.1.7",
"grunt-markdown": "latest",
"grunt-template-jasmine-requirejs": "latest"
}
}