-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 866 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
{
"name": "combyne-amd-loader",
"version": "1.0.1",
"description": "A Combyne template loader plugin for AMD projects.",
"repository": "https://github.com/tbranyen/combyne-amd-loader",
"main": "loader.js",
"author": "Tim Branyen (@tbranyen)",
"license": "MIT",
"dependencies": {
"combyne": "^0.8.1",
"visit-combyne": "^1.0.3"
},
"devDependencies": {
"curl-amd": "^0.8.12",
"dojo": "^1.10.4",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-dojo": "~0.2.4",
"promise": "^7.0.4",
"promise-polyfill": "^2.1.0",
"qunitjs": "^1.12.0",
"requirejs": "^2.1.8"
},
"scripts": {
"test": "grunt"
}
}