-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 780 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 780 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
{
"name": "amd-javascript-example",
"version": "1.0.0",
"description": "AMD Module example using gulp",
"main": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/arulkumar-lab/amd-javascript-example.git"
},
"keywords": [
"AMD",
"module",
"amd",
"jquery",
"requirejs",
"require",
"javascript",
"gulp task"
],
"author": "Arul",
"license": "MIT",
"devDependencies": {
"amd-optimize": "^0.6.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"requirejs": "^2.3.6",
"minimatch": "^3.0.4",
"lodash": "^4.17.15"
}
}