-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.39 KB
/
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": "active-resource",
"description": "Persistable object relational mapping in Javascript",
"main": "dist/active-resource.min.js",
"author": "Nick Landgrebe",
"version": "1.0.0-beta.7",
"homepage": "https://github.com/nicklandgrebe/activeresource.js",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"es6-promise": "^4.1.1",
"qs": "^6.5.0",
"underscore": "1.8.3",
"underscore.inflection": "^1.3.3",
"underscore.string": "latest"
},
"engine": "node >= 0.10",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"bili": "^3.3.4",
"grunt": "0.x.x",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "0.4.x",
"grunt-contrib-jasmine": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "0.5.x",
"grunt-exec": "^3.0.0",
"grunt-rollup": "^9.0.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-umd": "^2.4.0",
"jasmine-ajax": "^3.2.0",
"jasmine-jquery": "^2.1.1",
"jasmine-promises": "git+https://github.com/nicklandgrebe/jasmine-promises.git",
"jquery": "^2.0.0",
"moxios": "git+https://github.com/nicklandgrebe/moxios.git",
"rollup-plugin-babel": "^4.0.3"
},
"scripts": {
"build": "grunt build && bili && grunt spec"
}
}