1 | {
|
2 | "name": "nucleo-amd",
|
3 | "version": "0.1.3",
|
4 | "description": "Custom AMD implementation",
|
5 | "main": "nucleo-amd.nodejs.js",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/dobre-robert-marius/AMD.git"
|
9 | },
|
10 | "author": "dobre-robert-marius",
|
11 | "license": "none",
|
12 | "bugs": {
|
13 | "url": "https://github.com/dobre-robert-marius/AMD/issues"
|
14 | },
|
15 | "homepage": "https://github.com/dobre-robert-marius/AMD",
|
16 | "dependencies": {
|
17 | "grunt": "0.4.5",
|
18 | "grunt-bump": "0.3.1",
|
19 | "grunt-contrib-concat": "0.5.1",
|
20 | "grunt-contrib-uglify": "0.8.0",
|
21 | "grunt-shell": "1.1.2",
|
22 | "grunt-contrib-watch": "0.6.1",
|
23 | "grunt-express-server": "0.4.19",
|
24 | "express": "3.20.1",
|
25 | "matchdep": "0.3.0"
|
26 | }
|
27 | }
|