-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
36
37
38
{
"name": "FactoryJS",
"version": "2.0.0",
"repository": "git://github.com/lookout/factoryjs.git",
"author": "Gabriel Hernandez <gabriel.hernandez@lookout.com>",
"contributors": [
"Steve (Egesté) Regester <egeste@lookout.com> (http://egeste.net/)"
],
"dependencies": {
"underscore": "latest",
"backbone-extend-standalone": "latest",
"assure": "~1.0.4",
"spromise": "0.0.4"
},
"devDependencies": {
"bower": "latest",
"sinon": "~1.9.1",
"jasmine-sinon": "~0.3.0",
"grunt-jasmine-node": "~0.2.1",
"grunt-contrib-jasmine": "~0.5.3",
"coffeeify": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-bump": "latest",
"grunt-docker": "0.0.8",
"grunt-blanket": "latest",
"grunt-coffeelint": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"simply-deferred": "~3.0.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-template-jasmine-requirejs": "~0.1.10"
}
}