-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.51 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Aeris.js",
"version": "1.0.2",
"description": "A javscript library for maps and weather.",
"main": "",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests",
"lib": "src"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test --no-color",
"test-in-container": "./tests/test-in-container.sh",
"build": "./node_modules/grunt-cli/bin/grunt --no-color",
"deploy": "./node_modules/grunt-cli/bin/grunt deploy --env=prod --no-color",
"deploy-staging": "./node_modules/grunt-cli/bin/grunt deploy --env=staging --no-color"
},
"repository": {
"type": "git",
"url": "https://github.com/hamweather/aerisjs.git"
},
"keywords": [
"maps",
"weather",
"weathernation",
"backbone"
],
"license": "BSD",
"bugs": {
"url": "https://github.com/hamweather/aerisjs/issues"
},
"devDependencies": {
"bower": "~1.3.1",
"closure-linter-wrapper": "~0.2.9",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-githooks": "~0.3.1",
"grunt-gjslint": "~0.1.4",
"grunt-jasmine-legacy": "1.2.3",
"grunt-shell": "~0.6.4",
"grunt-text-replace": "^0.3.12",
"handlebars": "~1.3.0",
"jasmine-node": "~1.14.2",
"mkdirp": "^0.5.0",
"underscore": "~1.6.0",
"when": "^3.2.3",
"yuidocjs": "~0.3.49"
}
}