-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 991 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "apt.js",
"version": "0.1.3-6",
"description": "A few bytes long in-browser library, jQuery and RequireJS without the payload",
"author": "Franck Cassedanne <franck@cassedanne.com>",
"license": "MIT",
"keywords": [
"apt",
"apt.js",
"framework",
"js",
"browser",
"libray",
"module",
"javascript",
"es5",
"qunit",
"dom",
"event",
"ajax",
"requirejs",
"amd"
],
"main": "dist/apt.min.js",
"devDependencies": {
"grunt": "*",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "*",
"grunt-shell": "^3.0.1",
"grunt-stripcomments": "^0.7.2",
"browserstack-runner": "^0.9.0"
},
"repository": {
"url": "frqnck/apt.js"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test",
"test-stack": "browserstack-runner",
"dist": "grunt build"
}
}