-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 802 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 802 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
32
33
34
35
36
37
38
39
{
"name": "builder-amd",
"version": "0.0.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/rxaviers/builder-amd.git"
},
"keywords": [
"amd",
"builder",
"requirejs",
"r.js"
],
"readmeFilename": "README.md",
"author": {
"name": "Rafael Xavier de Souza",
"email": "rxaviers@gmail.com",
"url": "http://rafael.xavier.blog.br"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rxaviers/builder-amd/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"requirejs-memfiles": ">=2.1.15-3 <=2.1.15"
},
"devDependencies": {
"async": "0.9.0",
"chai": "1.10.x",
"jshint": "2.6.x",
"mocha": "2.1.0"
},
"scripts": {
"test": "jshint index.js test/*.js && mocha"
}
}