-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 858 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
36
{
"name": "snowjs",
"title": "Snow JS",
"description": "A snowflake (module) based Javascript library",
"version": "0.1.3",
"homepage": "http://github.com/evanvosberg/snowjs",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/evanvosberg/snowjs.git"
},
"bugs": {
"url": "http://github.com/evanvosberg/snowjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {},
"devDependencies": {
"fibers": ">=0.6.9",
"common-node": "~0.2.6",
"requirejs": ">=2.1.2",
"sqwish": ">=0.2.0",
"uglify-js": ">=1.0.7",
"grunt": ">=0.4.1",
"grunt-contrib-jshint": ">=0.1.1",
"grunt-contrib-qunit": ">=0.1.1"
},
"keywords": []
}