Doodle3D-API/package.json

19 lines
469 B
JSON
Raw Normal View History

2015-07-15 15:06:18 +02:00
{
"jspm": {
2015-07-23 16:12:11 +02:00
"main": "./doodle3dapi",
2015-07-15 17:11:14 +02:00
"directories": {
"lib": "src"
},
2015-07-15 15:06:18 +02:00
"dependencies": {
2015-07-16 16:08:31 +02:00
"jquery": "github:components/jquery@^2.1.4"
2015-07-15 15:06:18 +02:00
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
2015-07-23 16:12:11 +02:00
"core-js": "npm:core-js@^0.9.4",
"traceur": "github:jmcriffey/bower-traceur@0.0.90",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90"
2015-07-15 15:06:18 +02:00
}
2015-07-15 17:11:14 +02:00
}
2015-07-15 15:06:18 +02:00
}