-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 757 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 757 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
29
30
31
{
"author": "Luis Couto <couto@15minuteslate.net> (15minuteslate.net)",
"name": "Blueprint-Sugar",
"description": "A simple Sugar for Prototypal Inheritance",
"version": "0.0.3",
"homepage": "http://github.com/Couto/Blueprint",
"keywords": [
"prototypal",
"sugar",
"blueprint"
],
"repository": {
"type": "git",
"url": "git://github.com/Couto/Blueprint.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.11.0",
"requirejs": "~2.1.6",
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-cafe-mocha": "~0.1.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-requirejs": "~0.4.1"
}
}